You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2019. It is now read-only.
So I extracted the NDK with gradlew and I get this error when trying to build:
Error:(20, 17) fatal error: jni.h: No such file or directory
Error:(20, 35) fatal error: android/asset_manager.h: No such file or directory
Error:Execution failed for task ':samples-ndk-controllerpaint:compileControllerpaint_jniArm64-v8aDebugSharedLibraryControllerpaint_jniArm64-v8aDebugSharedLibraryMainCpp'.
I quick did the "Hello String from C++" from a new project so I know for a fact my NDK path is correct. I have looked and tried messing around, but cannot figure why it won't find my NDK libs