meta data for this page
  •  

This is an old revision of the document!


Create Android Package

1. Select your project and choose android export

<project> ⇒ Export ..

2. Project to create package from

Separate dialog, default should be ok

3. Create Key Store File

Android application framework requires packages to be signed by authors key, so make a key store file, for example to Desktop. Select some easy remember 6 character password (or go secure if you like, not much matter at this point).

4. Create Key For application package

5. Select .apk package file to create

.. and Finish

6. Test, start android virtual machine

From eclipse or with adb tool in Android SDK/tools/ .

7. Test, install package into virtual machine

Open Window Start ⇒ Accessories ⇒ Command Prompt

> cd "\Program Files\android-sdk-tools"
> adb install "Document and Settings\hevi\Desktop\Wictionary"

8. Run application in virtual device

  1. Goto home screen
  2. Open applications slide & find your application (by the name you have give to it, not nessessary package name)
  3. Click & Run