简体   繁体   中英

Unable to configure NDK android studio and get errors

I am new to android development.i am trying to integrate / configure NDK but i am getting problems.

i have tried every solution available on web. like removing white paces for android SDK and NDK paths. which i did not get any white space. i have updated my gradle version.also tried to reinstall the ndk. tried to change project directory and rfresh the prject again and again. i will appreciate if some one help me to sort out this issue. i am putting screenshots. and i will provide more information to explain if required. thankx 在此处输入图片说明 在此处输入图片说明 在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

Inside Android.mk file

For Mac:

Remove

 LOCAL_SRC_FILES := $(LOCAL_PATH)/lib/$(ARCH_PATH)/lib.so

And Add

 LOCAL_SRC_FILES := ./lib/$(ARCH_PATH)/lib.so

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM