- Let's first create our small example app on.
- I'm using this IDE because it's quite new with latest updates and many new features with feel like Android Studio :)
- First, Download it here
- after downloading the APK a/c to your device, arch CPU install it
- Now it'll be available at your home screen or inside App Drawer if you've disabled home screen shortcut for new apps
- Now open it and let's get to installation:
Splash |
Stats |
Grant Perms |
Choose SDK |
Wait for finish |
We're done |
|
|
|
|
|
|
- Now let's start building an example app:
- Click on the " + Create Project "
First build will take a while to finish things up, so take a break and coffee ☕ :)
- Ok so after build succeeds we're good to go further,
- Now don't worry you don't have to code or write anything just click on "run button" and do
assemblerelease
- After you see "BUILD SUCCESSFUL" close the app and let's head to our All-time fav. MT Manager.
- If you followed the build process just as I instructed, then the output build release will be placed at
/storage/emulated/0/AndroidIDEProjects/My Application/app/build/outputs/apk/release/
- Ofcource it'll be unsigned so we have to sign first:
Unsigned Apk |
Function |
Choose |
Sign |
|
|
|
|