Hello,
I just try to execute the ImageTargetsNative sample(under samples-advanced-android). But it does not work . It gives me every time the Error =
`` Android NDK: ERROR:/home/ImageTarget///sNative-5-5-9/app/src/main/jni/Android.mk:Vuforia-prebuilt: LOCAL_SRC_FILES points to a missing file ```
and after that it comes Error:(45) *** Android NDK: Aborting . Stop.
how it is possible to solve that problem ??
thanks
Thanks I solve that problem but now comes the error
Error:Execution failed for task ':app:compileDebugNdk'.> Error: NDK integration is deprecated in the current plugin. Consider trying the new experimental plugin. For details, see http://tools.android.com/tech-docs/new-build-system/gradle-experimental. Set "android.useDeprecatedNdk=true" in gradle.properties to continue using the current NDK integration.
it does not work even I add ``android.useDeprecatedNdk=true`` in the gradle.properties'
How can i solve that problem ??
Thanks