We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我在调试版中的测试我的app一切正常,但在打包成功之后的发布版本里 打开地图页面 app出现闪退 在日志中出现了以下错误 notifyAppState error = NULL 2024-10-08 14:27:24.662 21279-21314 FrameEvents com.example.favorite_places E updateAcquireFence: Did not find frame. 2024-10-08 14:27:24.680 21279-21388 favorite_places com.example.favorite_places A java_vm_ext.cc:596] JNI DETECTED ERROR IN APPLICATION: java_class == null java_vm_ext.cc:596] in call to GetStaticMethodID java_vm_ext.cc:596] from java.lang.String java.lang.Runtime.nativeLoad(java.lang.String, java.lang.ClassLoader, java.lang.Class) 2024-10-08 14:27:24.763 21279-21314 FrameEvents com.example.favorite_places E updateAcquireFence: Did not find frame.
The text was updated successfully, but these errors were encountered:
kuloud
No branches or pull requests
我在调试版中的测试我的app一切正常,但在打包成功之后的发布版本里 打开地图页面 app出现闪退
在日志中出现了以下错误
notifyAppState error = NULL
2024-10-08 14:27:24.662 21279-21314 FrameEvents com.example.favorite_places E updateAcquireFence: Did not find frame.
2024-10-08 14:27:24.680 21279-21388 favorite_places com.example.favorite_places A java_vm_ext.cc:596] JNI DETECTED ERROR IN APPLICATION: java_class == null
java_vm_ext.cc:596] in call to GetStaticMethodID
java_vm_ext.cc:596] from java.lang.String java.lang.Runtime.nativeLoad(java.lang.String, java.lang.ClassLoader, java.lang.Class)
2024-10-08 14:27:24.763 21279-21314 FrameEvents com.example.favorite_places E updateAcquireFence: Did not find frame.
The text was updated successfully, but these errors were encountered: