I have developed this game a long time ago, i thought it is a good idea to make it opensource, maybe newcomers find it interesting.
- Install Construct 2 ( look at engine dir)
- Add the licence
- Install nwjs
- Contruct 2 > Export > Desktop
- Export your project from construct 2 with cordova
- Install Java JDK 8
- Install Node.js
- Install Android Studio
- Install Cordova plugin
npm install -g cordova
- Create cordova project
cordova create project_name com.arifulislamat.ssaa project_name
- Goto
project_name\platforms\android\app\src\main\assets\www
- and copy paste everything from exported www dir to new www
- Open android studio and import
project_name\platforms\android
- Install required Android SDK
- Great now just build the apk.