Hello
During the Execution of ImageTargetsNative I get 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.
I have NDK tool already and
it does not work even I add ``android.useDeprecatedNdk=true`` in the gradle.properties'
How can i solve that problem ??
Thanks
Hello,
Not quite sure how you've arrived at this error. I just tried downloading the 5.5.9 SDK and ImageTargetsNative sample app and was able to compile and run the app on a target device with no modifications. Here was the workflow:
Note that I'm using NDK r10d.
Thanks.