2014-02-20 1190
Android is an open-source mobile phone operating system developed by Google based on Linux platform, which naturally provides native support for C and C ++. Through the Android mobile phone NDK(Native Development Kit) released by Google, applications can easily communicate with Java and C/C ++ code.
Android is an open-source mobile phone operating system developed by Google based on Linux platform, which naturally provides native support for C and C ++. Through the Android mobile phone NDK(Native Development Kit) released by Google, applications can easily communicate with Java and C/C ++ code. Proper use of NDK can improve the execution efficiency of applications. Therefore, NDK is a necessary tool for Android developers.
Android C development environment mainly consists of the following parts:
1 , Android software development kit (SDK)
2- , Android Native Development Kit (NDK)
3- , Eclipse development plug-ins (Android Dev Tools,ADT)
4- , Java Development Kit (JDK)
5- , Apache ANT build a system
6- , GUN Make build a system
7 ,Eclipse IDE
the following articles will first explain Android C development environment building in sequence, Android official instructions support three systems:
1,Microsoft Windows
3,Linux
only listed here Windows to build a bad environment, search for other environments.
Start Building Today with a Free Trial to 50+ Products
Learn and experience the power of Alibaba Cloud.
Sign Up Now