How to get the modification on manifest on the app? if i change - for example - the name of the app on android:label it doesn't change on the builded app.
Il giorno mercoledì 7 gennaio 2015 12:36:00 UTC+1, alessio crestani ha scritto: > > in Manifest: > > <application android:label="@string/app_name" > android:icon="@drawable/icon" > android:debuggable= "true" > android:versionCode="28" > android:versionName="4.2.200" > android:logo="@drawable/logobar" > android:theme="@style/AppTheme" > android:name="njnjn" > > > > I've cleared all versionCode/version/versionName in all android-sdk-plugin > project files but still null version. > > in SBT: > > > > Il giorno martedì 23 dicembre 2014 17:18:50 UTC+1, pfn ha scritto: >> >> because 'version' isn't how you set version in manifest, versionCode and >> versionName if you want to set it. And properties do not go at that level. >> signing config must be android-project properties, not sbt. If you want to >> set directly in SBT, use one of the ApkSigningConfig subclasses >> >> On Tue Dec 23 2014 at 7:53:41 AM alessio crestani <crestani...@gmail.com> >> wrote: >> >>> Hey there, another couple of question using pfn's android-sdk-plugin: >>> >>> -Why my application with pfn's android-sdk-plugin doesn't have a version? >>> i put both "version in Android := "4.2.200" " and "version := "4.2.200" >>> and on xmlManifext.xml. but my version in still null. >>> >>> I've a local.properties inside Project folder, which has only: >>> >>> sbt.version=0.12.4 >>> key.alias: xxxx >>> key.store: /Users/pippo/.keystore >>> key.store.password: xxxxx >>> >>> if I run android:package-release It doesn't sign my app. How to do that? >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "scala-on-android" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to scala-on-andro...@googlegroups.com. >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- You received this message because you are subscribed to the Google Groups "scala-on-android" group. To unsubscribe from this group and stop receiving emails from it, send an email to scala-on-android+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.