Can we use Vuforia with NativeActivity on Android

徘徊边缘 提交于 2019-12-11 16:18:40

问题


All the samples from Vuforia official website use pure Java or Java together with c++. But, my application uses only NativeActivity, in other word, it contains no java code. The question is can I use Vuforia in an application which has only c++ code?


回答1:


NativeActivity is just a Java file provided by the framework: https://android.googlesource.com/platform/frameworks/base.git/+/master/core/java/android/app/NativeActivity.java

Any Android app will need to handle the Android Activity Lifecycle and in your case it will need to wrap any C/C++ code you may have.



来源:https://stackoverflow.com/questions/45158014/can-we-use-vuforia-with-nativeactivity-on-android

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!