meta data for this page
  •  

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
android:signing_software [2012/07/06 10:42]
hyntty [How to sign APKs]
android:signing_software [2012/07/06 10:47] (current)
hyntty [How to sign APKs]
Line 7: Line 7:
  
  
-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 package (APK). The package MUST be digitally signed, otherwise your android phone/tablet will not let you install it.
  
 You can use Google's debug Key and Keystore: You can use Google's debug Key and Keystore:
Line 15: Line 15:
   * Key password is 'android'   * Key password is 'android'
   * Key alias is "androiddebugkey"   * Key alias is "androiddebugkey"
 +
 +To export the signed application package, in Eclipse right click on the project, select 'android tools' and 'Export signed package'
 +{{:android:screenshot-java_-_com.jforeach.mazegame.menu-src-com-jforeach-mazegame-gameview.java_-_eclipse_sdk_-1.png?direct&200|}}