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.
-
"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– CommonsWare2015年06月15日 13:25:39 +00:00Commented Jun 15, 2015 at 13:25
-
@CommonsWare Thanks for your response, can you give me some code samples?IronBlossom– IronBlossom2015年06月16日 08:19:04 +00:00Commented Jun 16, 2015 at 8:19
2 Answers 2
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) :)
Comments
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
Comments
Explore related questions
See similar questions with these tags.