1

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.

asked Jun 15, 2015 at 12:42
2
  • "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. Commented Jun 15, 2015 at 13:25
  • @CommonsWare Thanks for your response, can you give me some code samples? Commented Jun 16, 2015 at 8:19

2 Answers 2

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) :)

answered Sep 10, 2016 at 5:53
Sign up to request clarification or add additional context in comments.

Comments

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

answered Aug 26, 2020 at 23:34

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.