[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
- open node8 project in Android Studio
- select app to generate the apk file
- click Run
- select a device
Using a debug apk file to install the app in another Android device
- connect the Android device to the computer
- go to the folder where debug apk file was generated
- copy the debug apk file to a target Android device folder, for instance: /sdcard/backups/apps
- once the apk was copied to the Android device, install the app running that apk
Publishing an app to Android market
- Build a self-signed release app
- Publish your app
- Start publishing
References