• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Compiling native Android apps from source on rooted device

ragnarkar

Well-Known Member
Assuming the application only requires the console (command line), has anyone been able to compile UNIX apps from source on Android.

You'll need Android binaries for gcc, make, etc.

Then unzip the source file, go to that directory..

./configure
make
make install

Is this even possible on Android?
 
Back
Top Bottom