我将targetSDK版本改为30,以符合游戏商店的要求。该应用程序在发布时立即崩溃。在StackOverflow和GitHub上尝试了所有的解决方案。注意:应用程序在Android 9和更低版本上工作。
我从logcat那里得到的日志,
/SoLoader: couldn't find DSO to load: libjscexecutor.so
E/SoLoader: couldn't find DSO to load: libhermes-executor-release.so
E/GraphResponse: {HttpStatus: 400, errorCode: 100, subErrorCode: 33, errorType: GraphMethodException, errorMessage: Unsupported get request. Object with ID '108xxxxxxxxx' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api}
A/libc: /Users/willholen/intern/hermes/include/hermes/VM/HermesValue.h:195: static hermes::vm::HermesValue hermes::vm::HermesValue::encodeNativePointer(const void *): assertion "(reinterpret_cast<uintptr_t>(p) & ~kDataMask) == 0 && "Native pointer must contain zeroes in the high bits"" failed
A/libc: Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 22840 (mqt_js), pid 22732 (angle.traveller)发布于 2021-12-09 10:29:21
更新okhttp3,如下所示:
https://stackoverflow.com/a/68744493/7668448
或者你对哨兵的依赖:
https://stackoverflow.com/a/70049868/7668448
基本上,您需要确保更新依赖项并支持目标sdk 30。
您可以在这里看到更多细节:
https://stackoverflow.com/questions/70267504
复制相似问题