- Home /
Question by
AncienMoon · Jun 02, 2018 at 02:29 AM ·
androidscripting problemjava
How to get jvm in untiy script or Android NDK Plugin
Hi, I writing an app which use a .so
plugin on android. I can directly use dllimport
to import the functions in this .so
. However, there exists a function whose input parameter is JNIEnv*
, which means the function is like void function(void* jniEnv)
. I wonder if i can get the jvm or jnienv in unity script. Thx.
Comment
Your answer
Follow this Question
Related Questions
How to implement listeners in unity3d android plugin? 0 Answers
How to stop a video using the OCULUS script MoviePlayerSample.CS. 0 Answers
Android - Failed to sign APK package: Unsupported major.minor version 52.0 {SOLVED} 1 Answer
Using PackageManager to launch/check app on Android 1 Answer
Prefab is spawned two times in a row 0 Answers