putting in Build.scala
apkSigningConfig in Android := Option(PromptPasswordsSigningConfig(keystore
= file("/Users/alessio.crestani/.keystore"), alias = "android4MEApp"))
and running android:sign-release after a sbt restart says:
[info] Debug package does not need signing:
FourMeAndroid-debug-unaligned.apk
but android:debuggable is false on manifest.
Il giorno mercoledì 7 gennaio 2015 17:06:56 UTC+1, pfn ha scritto:
>
> https://github.com/pfn/android-sdk-plugin/blob/master/src/signing.scala
>
> On Wed Jan 07 2015 at 7:55:53 AM alessio crestani <[email protected]
> <javascript:>> wrote:
>
>> putting
>> apkSigningConfig in Android :=
>> Option(PromptPasswordsSigningConfig(keystore
>> = file("/Users/alessio.crestani/.keystore"), alias = "android4MEApp")),
>>
>> doesn't asks me to put password.
>> How to do that?
>>
>>
>>
>> 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 <[email protected]>
>>> 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 [email protected].
>>>
>>>
>>>> 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 [email protected] <javascript:>.
>> 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 [email protected].
For more options, visit https://groups.google.com/d/optout.