I’m working on an Android project where I need to create a JavaVM runtime environment from native code using the JNI_CreateJavaVM function. This is required for a specific use case.
I tried the JNI_CreateJavaVM changes from libandroid_runtime.so but I get an error.
I believe we need to create “AndroidRuntime” but where to get it
New contributor
user25579104 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.