crazecoder / flutter_bugly

腾讯Bugly flutter应用更新统计及异常上报插件,支持Android、iOS
Other
595 stars 163 forks source link

执行flutter build apk 报错 #82

Open wow-lc opened 4 years ago

wow-lc commented 4 years ago

项目flutter run 可以运行,但是打包一直报错

FAILURE: Build failed with an exception.

BUILD FAILED in 26s Running Gradle task 'assembleRelease'...
Running Gradle task 'assembleRelease'... Done 27.3s The built failed likely due to AndroidX incompatibilities in a plugin. The tool is about to try using Jetfier to solve the incompatibility. Building plugin flutter_bugly... Running Gradle task 'assembleAarRelease'... Running Gradle task 'assembleAarRelease'... Done 1.4s √ Built build\app\outputs\repo. C:\Users\lc\Desktop\flutter_sleep\android\app\src\main\java\io\flutter\plugins\GeneratedPluginRegistrant.java:17: ����: �Ҳ������� com.crazecoder.flutterbugly.FlutterBuglyPlugin.registerWith(shimPluginRegistry.registrarFor("com.crazecoder.flutterbugly.FlutterBuglyPlugin")); ^ ����: �� FlutterBuglyPlugin λ��: ����� com.crazecoder.flutterbugly 1 ������

FAILURE: Build failed with an exception.

BUILD FAILED in 2s Running Gradle task 'assembleRelease'... Running Gradle task 'assembleRelease'... Done 2.7s Gradle task assembleRelease failed with exit code 1

ZMNOTZ commented 4 years ago

我也遇到了,你解决了嘛?