if (variant.dex!= null) {The funny thing is that the signing process occurs without any problem but it skips the zipAlign task.variant.dex.doLast{project.android.signingConfigs.release.storePassword = System.console().readLine("\n\$ Enter keystore password: ")project.android.signingConfigs.release.keyPassword = System.console().readLine("\n\$ Enter key password: ")}}
release {storeFile file("file.keystore")}
storePassword System.console().readLine("\n\$ Enter keystore password: ")
keyAlias "alias"
keyPassword System.console().readLine("\n\$ Enter key password: ")
--
You received this message because you are subscribed to the Google Groups "adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adt-dev+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Understood I put it in the signingconfig then.
Thx for your quick response Xavier :)
You received this message because you are subscribed to a topic in the Google Groups "adt-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adt-dev/Fy8ZrDnhB2w/unsubscribe.
To unsubscribe from this group and all its topics, send an email to adt-dev+u...@googlegroups.com.
That is what I thought because it is very annoying to write the password even when assembleDebug is called.
I didn't fill and issue because I don't know if was doing it wrong.
Again thank you very much for all and your efforts
That is what I thought because it is very annoying to write the password even when assembleDebug is called.
--