-
amishaLikes 0Problem Description
Hello sonar system
Now i am create the project cocos2dx v3.7 in android with eclipse.While i import the project in eclipse IDE with libcocos2dx ,in console print the “Unable to resolve target 'android-10'
I set the project->property->android Target is API 15 and platform 5.0.1
I set all the enviroment variable in setup.py and i use android-ndk-r9d,apache-ant-1.9.4 and sdk
but still eror see on console .how can i solve???
-
Sonar Systems adminLikes 0
Try the latest NDK from https://developer.android.com/ndk/downloads/index.html
-
amishaLikes 0
I download and set the path but then also error occure “Unable to resolve target 'android-10 “ I cheak the project.property file also.Ther is also 21.
-
Sonar Systems adminLikes 0
-
amishaLikes 0
yes i see all above soluiton and on stack overflow site but now new error is :
Caused by: java.lang.UnsatisfiedLinkError: Couldn't load game: findLibrary returned null
The "game" library is loaded from the generated activity:
System.loadLibrary("game");
-
Sonar Systems adminLikes 0
Try the latest Cocos2d-x version
Login to reply