Skip to content

Instantly share code, notes, and snippets.

@jake1256
Created November 18, 2014 07:41
Show Gist options
  • Save jake1256/05993ca283031091b5aa to your computer and use it in GitHub Desktop.
Save jake1256/05993ca283031091b5aa to your computer and use it in GitHub Desktop.
【Android】Android 5.0 Lolipop に対応するには【cocos2d-x】 ref: http://qiita.com/kuuki_yomenaio/items/64f89b68709c3f7090cb
JNIEnv *pEnv;
jclass classId;
jmethodID methodId;
//~~~
jboolean flg = (jboolean)pEnv->CallStaticBooleanMethod(classId , methodId);
//~~~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment