With the growing number of Android devices in all sorts of different form factors (dev boards like Raspberry Pi/ODroid, Android-on-a-stick, etc), it seems like it would be great to be able to actually do development work on Android and not just simply for Android. For example, having the standard Linux build tools available would let me easily run a server.
|
|
In case you only need a cross compiling environment with the standard Linux build tools there is an easy solution already included in the Android-NDK: In the subdirectory
Adding the bin directory of the created toolkit allows you to use the standard build process for compiling projects. Just make sure that you call the
Afterwards you can simply call |
|||
|
|
|
I'd suggest you take a look at Terminal IDE:
Guess this should do for your purpose? |
|||
|
|