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

Wiki Page for plugin-x sample #135

Open hamburml opened 9 years ago

hamburml commented 9 years ago

Hi!

I am looking to use plugin-x for admob. I am only interested in android :)

Reading the wiki page (http://github.com/cocos2d-x/plugin-x/wiki/Sample) these steps are necessary.

import plugin/samples/HelloPlugins import libcocos2dx under cocos/platform/android/java run build_native.py run HelloPlugins in ADT/eclipse

Where should I import plugin/samples/HelloPlugins?

In a new ADT/Eclipse project? Please write the sample more clear, Thanks!