Start a new topic

Wikitude_SDk (Native Android)unable to build/compile the plugins Api

Imported the NativeSDKExample in android studio.But unable to compile the SDK

Below error comes.

---------------------------------------------------


Error:(49) /Users/pankajsingh/Desktop/MOD/untitled: No such file or directory

Error:(49) folder/WikitudeSDK_NativeAPI_Android_7-1-0_2017-09-20_18-04-12: No such file or directory

Error:(49) (1)/Examples/NativeSDKExamples/plugins/src/main/cpp/jni/Application.mk: No such file or directory

Error:(101) *** Android NDK: Aborting...    .  Stop.

Error:A problem occurred configuring project ':app'.

> Could not resolve all dependencies for configuration ':app:_arm8DebugApk'.

   > A problem occurred configuring project ':plugins'.

      > executing external native build for ndkBuild /Users/pankajsingh/Desktop/MOD/untitled folder/WikitudeSDK_NativeAPI_Android_7-1-0_2017-09-20_18-04-12 (1)/Examples/NativeSDKExamples/plugins/src/main/cpp/jni/Android.mk


-------------------------------------------------------------------------------


Please help to resolve the issue.so that i am able explore SDK.




Hello Pankaj,

Did you refer to the documentation section here? Also, please have a look at this forum post.

Thanks
Eva

 

Hi Eva,


yes i referred both section and  I am able to compile and run when removed the plugin module dependency

from main project but i have to work on plugins module so along with 

plugin module the project not compile and through error " *** Android NDK: Aborting...    .  Stop. “


how to compile the project along with plugins module ?

Hi Pankaj,


please try to run the following command in SDKExamples/plugins/src/main/cpp/jni and post the logs


 

ndk-build APP_ABI=arm64-v8a V=1

 

Best Regards,

Alex

Login or Signup to post a comment