Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to build APK from a phone?

Tags:

android

Is it possible to build APK from source with in an android phone?

like image 664
Mithun Sreedharan Avatar asked Oct 20 '11 04:10

Mithun Sreedharan


1 Answers

If you can manage to port the green bubbles to Android, you can get it done. It is not so simple though.

edit: Well someone has done this: check the the other answer.

  • AAPT

  • Compiler call

  • dex (native)

  • apkBuilder

  • JarSigner

  • zipAlign

    enter image description here

like image 112
Reno Avatar answered Sep 24 '22 19:09

Reno