开发者

About the NativeActivity in Android 2.2/NDK-r5

开发者 https://www.devze.com 2023-02-07 04:51 出处:网络
With the NDK-r5, we can create 开发者_运维百科Native Activities with C++. My question is: Can it be run in Android 2.2?

With the NDK-r5, we can create 开发者_运维百科Native Activities with C++. My question is: Can it be run in Android 2.2?


With the NDK-r5, we can create Native Activity in c++.

No. NativeActivity is a class in Android 2.3.

Can it be run in android 2.2 ?

No. NativeActivity is a class introduced in Android 2.3, and therefore does not exist in Android 2.2.

0

精彩评论

暂无评论...
验证码 换一张
取 消