meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
android:signing_software [2012/07/06 10:36]
hyntty created
android:signing_software [2012/07/06 10:42]
hyntty [How to sign APKs]
Line 6: Line 6:
  
  
-To test your app on a device you must export an application installer packet (APK). The packet MUST be digitally signed, otherwise your android phone/tablet will not let you install it. 
  
 +To test your app on a device you must export an application installer packet (APK). The packet MUST be digitally signed, otherwise your android phone/tablet will not let you install it.
  
 +You can use Google's debug Key and Keystore:
 + * The keyring is located at /home/user/.android/debug.keystore
 + * Hint: Go to window -> preferences -> android -> build, you can see the keyring location there
 + * Keystore password is 'android', 
 + * Key password is 'android'
 + * Key alias is "androiddebugkey"