[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

[node8-android] Building the application package (APK)

Generating a debug apk file for Android device

  1. open node8 project in Android Studio
  2. select app to generate the apk file
    Uploaded Image: selectApp.png
  3. click Run
  4. select a device

Using a debug apk file to install the app in another Android device

  1. connect the Android device to the computer
  2. go to the folder where debug apk file was generated
  3. copy the debug apk file to a target Android device folder, for instance: /sdcard/backups/apps
  4. once the apk was copied to the Android device, install the app running that apk

Publishing an app to Android market

  1. Build a self-signed release app
  2. Publish your app
  3. Start publishing
References