Building Android application inside android OS

529 views Asked by At

Im curious to know the what steps/tools need to build an android app from source code to apk inside android (i.e. inside an android powered smartphone).

Im actually curious how AIDE works. They give a whole integrated development environment as an android app. Without any root privilege, it compiles==>builds==>generates apk==>deploys/installs apk to host machine (i.e the smartphone).

Im guessing I need ANT/Gradle , keytool , jarsigner(to sign apk).

But:

  • What tools?
  • In what sequence?
  • How? :)

I dont know is it a good place to ask? If not, any suggestion of stackexchange network or any blog will be appriciated.

2

There are 2 answers

0
AudioBubble On

You don't need any extra tools, if you have AIDE installed... Just wrap up your Android project code, hit the 'Build' button & it Compiles everything to a working Android App (.apk) :)

0
DiLDoST On

All you need is just AIDE . IT HAS ALL REQUIRED TOOLS LIKE GRADLE, AAPT, SIGNER ETC Just chill and start using AIDE, if you have problem with free version, try Pro. Am using Pro without any problem since 3 years