Re: [android-developers] How to use jni.h for Android?

2017-01-16 Thread Marina Cuello
Hi! There is another group where you could get a better answer. Check it: https://groups.google.com/group/android-ndk Marina On Sun, Jan 15, 2017 at 7:17 PM, Zakir Maho wrote: > Hi; I want to call Java codes included Android SDK classes from C++. I > can call pure Java

[android-developers] How to use jni.h for Android?

2017-01-15 Thread Zakir Maho
Hi; I want to call Java codes included Android SDK classes from C++. I can call pure Java codes from C++ for desktop console application. But I cannot call Java codes included Android SDK classes from C++ for Android (I get this error: *JNI_CreateJavaVM was not declared in this scope.*). I want