cocos2d / cocos2d-x-samples

Contains different cocos2d-x samples
MIT License
576 stars 242 forks source link

fix ndk build problems on eclipse and unsatisfied link error for both sample projects #20

Open JiboStore opened 10 years ago

JiboStore commented 10 years ago

The sample projects doesn't build the ndk files in eclipse, so I:

  1. configure the build chain (.project and .cproject)
  2. fix the unsatisfied link error: for the Cocos2dxActivity to load the lib, the meta-data "android.app.lib_name" need to be placed directly under tag in AndroidManifest.xml, not tag