1. 程式人生 > 其它 >【AGC】崩潰服務flutter報缺失recordFatalException方法的問題

【AGC】崩潰服務flutter報缺失recordFatalException方法的問題

問題背景:

cp反饋整合AGC-崩潰服務的flutter外掛,使用最新的1.3.0+300版本,出現下面錯誤

/Users/yin/Documents/projects/flutter/.pub-cache/hosted/pub.dartlang.org/agconnect_crash-1.3.0+300/android/src/main/java/com/huawei/agconnectcrash/AGConnectCrashPlugin.java:106: 錯誤: 找不到符號

AGConnectCrash.getInstance().recordFatalException(exception);

               ^

符號: 方法 recordFatalException(FlutterError)

位置: 類 AGConnectCrash

注: /Users/yin/Documents/projects/flutter/.pub-cache/hosted/pub.dartlang.org/agconnect_crash-1.3.0+300/android/src/main/java/com/huawei/agconnectcrash/AGConnectCrashPlugin.java使用或覆蓋了已過時的 API。

注: 有關詳細資訊, 請使用 -Xlint:deprecation 重新編譯。

1 個錯誤

FAILURE: Build failed with an exception.

* What went wrong:

Execution failed for task ':agconnect_crash:compileDebugJavaWithJavac'.

> Compilation failed; see the compiler error output for details.

* Try:

Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 18s

Exception: Gradle task assembleDebug failed with exit code 1

Exited。

解決方案:

使用AGC-崩潰服務flutte引入的crash sdk會自動引入安卓的crash這個庫。但是目前最新的flutter1.3.0中,引入的安卓的庫還是1.7.1.300沒有自動更新,而record這個方法是在1.7.2.300中才加入的,所以需要cp手動將版本更新到1.7.2.300或1.7.3.300.

該外掛的地址在android studio中是在\flutter\.pub-cache\hosted\pub.flutter-io.cn\agconnect_crash-1.3.0+300\android\build.gradle中,其他ide應該路徑也差不多,或者可以全域性搜尋一下。手動更新一下版本就可以了。

​欲瞭解更多更全技術文章,歡迎訪問https://developer.huawei.com/consumer/cn/forum/?ha_source=zzh