Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 3.58 KB

AndroidIDE.md

File metadata and controls

45 lines (31 loc) · 3.58 KB

AndroidIDE

  • 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
image
  • Now let's start building an example app:
    • Click on the " + Create Project "

image

  • Choose empty project:

image

  • Create our project

annotely_image

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,

image

  • Now don't worry you don't have to code or write anything just click on "run button" and do assemblerelease
Run Search Confirm & Run
image image image
  • 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
image image image image