Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我来自 VC++ 背景。JNI 是否必须使用 C++ 代码(在 Windows 上)构建 android Android 应用程序?有没有其他选择,我在哪里可以找到一些示例应用程序和代码。[接受问题审查:) 谢谢]
JNI 的示例代码可以在 Android-NDK 的安装下找到。链接将像android-ndk-xxx/samples. xxx是NDK的版本。我建议从名为hello-jni. 它将帮助您了解 Android-NDK 的基础知识以及它如何与 Android 关联。
android-ndk-xxx/samples
xxx
hello-jni