error: undefined reference to 'cocos2d::PluginJniHelper::setJavaVM(_JavaVM*)'

Hi, i am fallowing the [[http://www.cocos2d-x.org/wiki/Plugin-X_Integration_Guide_for_Android?project_id=cocos2d-x]] Tutorial to integrate flurry.
when i am in Manual method second step “2. Add code into the method JNI_OnLoad, like this :” causing an error

I already included : LOCAL_C_INCLUDES += $/plugin/publish/protocols/android in makefile
and: #include “PluginJniHelper.h” included in main.cpp file

12 warnings generated.
[armeabi] SharedLibrary  : libcocos2dcpp.so
jni/hellocpp/main.cpp:22: error: undefined reference to 'cocos2d::PluginJniHelper::setJavaVM(_JavaVM*)'
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [obj/local/armeabi/libcocos2dcpp.so] Error 1
make: Leaving directory `/ComboDrive/Apps/cocos2d-x-2.2.2/projects/AngelFall/proj.android'

UPDATE : I fixed. gameDevGuide.sh and python scripts not run properly since they are mapped to wrong filename(case)

Renamed modifyAppMK.sh to modifyAppMk.sh 
Renamed modifyMK.sh to modifyMk.sh

Thanks a lot JS… :slight_smile: