0

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.

IronBlossom
  • 3,898
  • 3
  • 35
  • 42
  • "Im curious to know the what steps/tools need to build an android app from source code to apk inside android" -- they would be the same steps/tools needed to build an Android app from source code to an APK outside of Android. However, relevant interpreters or binaries would need to be ported to run on Android and, usually, ARM CPUs. – CommonsWare Jun 15 '15 at 13:25
  • @CommonsWare Thanks for your response, can you give me some code samples? – IronBlossom Jun 16 '15 at 08:19

2 Answers2

1

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

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

DiLDoST
  • 335
  • 3
  • 12