cocos2d-x / plugin-x

Plugin-x is the plugin repository for cocos2d-x, it also provides a unified API for plugins.
71 stars 91 forks source link

devGuide.sh doesn't modify Android.mk properly #111

Open jarsj opened 9 years ago

jarsj commented 9 years ago

To compile, I had to add $(call import-add-path,$(LOCAL_PATH)/../../cocos2d/plugin/publish) into proj.android/jni/Android.mk. Ideally the UI should do this as well.