I have been a Java programmer/instructor since Java was Oak
(which is the development name for Java).
Where can one find how to use eclipse
to sign an app
for release? I have found several how to docs/web sites
, but not detailed enough for a newbie to this android
world.
I have a screen that comes up that wants the Alias
, organizational unit, etc... what are valid values for these entries?
Thanks in advance for any assistance.
gradle file as recommended by Google is explained here. Basically, you add a signingConfig, in where you specify the location an password of the keystore. Then, in the release build type, refer to that signing configuration.
By signing multiple applications with the same certificate and using signature-based permissions checks, your applications can share code and data in a secure manner.
Right-click your project in Eclipse > Chose Android Tool > Export Signed Application Package...
This question has been answered before: here. You'll find more to read on developer.android.com
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With