@po105 wrote:
Hello everyone,
I've recently started using Cocos2d-x-3.9 on Windows and I believe I have set everything up correctly. I downloaded all required files (Android NDK r10e, android SDK, apache ant 1.9.6 and the jdk1.8.0_65) and run setup.py which adds everything to the environment path.
I then used cocos.py new CPG -p com.CPG -l cpp -d C:\Users\User\Desktop to create a new C++ project.
However, I am getting the following error when building for android (By running proj.android/build_native.py).
package org.apache.http.message does not exist
It seems that the package has been removed in API level 23, however I'm not sure how to make it use an older API.
Any help would be appreciated
Thank you
Posts: 1
Participants: 1