What is a native activity?

↳ android.app.NativeActivity. Convenience for implementing an activity that will be implemented purely in native code . That is, a game (or game-like thing). There is no need to derive from this class; you can simply declare it in your manifest, and use the NDK APIs from there.

Read more

Does Android have GCC?

The app Terminal IDE has a built-in GCC ARM compiler for Android. You can install it, move it to another folder and then uninstall it. But make sure you have enough free memory (needs 150 MB). Android Applications are compiled in a PC and then installed on the phone.7 Eyl 2011

Read more