Hi,
I am new to cocos2d , I download the cocos2d-x-3.11.1 from website and install it and i create a project using below command
cocos new MyGame -p com.your_company.mygame -l cpp -d NEW_PROJECTS_DIR
And i create JS project also using below command
cocos new -l js WebGame
Now i import the Android project in Eclipse Luna , i cant able to get org.cocos2dx.lib
it doesn’t have in cocos2d-x-3.11.1 installation folder too, Where will i get the library for Android ?