5.0 真机日志如下:
sart/runtime/check_jni.cc:65] JNI DETECTED ERROR IN APPLICATION: JNI CallVoidMethodV called with pending exception 'java.lang.StackOverflowError' thrown in void com.ideaworks3d.marmalade.LoaderThread.runNative(java.lang.String, java.lang.String):-2


解决方案:

在  app.icf 文件中 添加如下 配置参数:

{OS=ANDROID}
{RUNTIME=ART}
SysStackSwitch=0
{}




官网连接:http://docs.madewithmarmalade.com/display/MD/Android+specific+functionality+and+tips#Androidspecificfunctionalityandtips-AndroidRuntime%28ART%29support
相关问题连接:https://answers.madewithmarmalade.com/questions/30352/stackoverflowerror-loading-extension-on-android-50.html

相关文章:

  • 2021-08-04
  • 2021-12-16
  • 2021-09-03
  • 2022-12-23
  • 2022-12-23
  • 2021-06-18
  • 2021-09-15
  • 2021-09-17
猜你喜欢
  • 2021-06-08
  • 2022-12-23
  • 2021-10-01
  • 2021-09-30
  • 2021-06-30
  • 2022-12-23
  • 2021-06-25
相关资源
相似解决方案