在android上用C语言

在android上用C语言在android上用C语言。添加按钮的函数是?添加各种组件的函数都说出来。

安卓也可以用C语言编写,这种方式程序效率高,但需要一些底层知识。。。(即所谓NDK),Android在支持NDK后是可以实现用C和C++来编写的。因为用C++比较多,之前用cocos2d-x写过Demo游戏。就使用了NDK编译出.so文件然后放入Android工程用在Java层调用。Android SDK的Java层是可以通过JNI和C/C++进行数据交互的。
详见:
Android NDK | Android Developers
The NDK is a toolset that allows you to implement parts of your app using native-code languages such as C and C++. For certain types of apps, this can be helpful so you can reuse existing code libraries written in these languages, but most apps do not need the Android NDK.
温馨提示:内容为网友见解,仅供参考
第1个回答  2018-01-30
我至今没听说过c语言写安卓的,c++倒是知道
相似回答