赞
踩
这里是个人记录,当然如果你也遇到这种小问题没解决可以参考参考
修改 /android/app/build.gradle 文件:
## Flutter wrapper -keep class io.flutter.app.** { *; } -keep class io.flutter.plugin.** { *; } -keep class io.flutter.util.** { *; } -keep class io.flutter.view.** { *; } -keep class io.flutter.** { *; } -keep class io.flutter.plugins.** { *; } -keep class com.hyphenate.** {*;} -dontwarn com.hyphenate.** -keep class internal.org.apache.http.entity.** {*;} -keep class com.superrtc.** {*;} -dontwarn com.superrtc.** # -keep class com.google.firebase.** { *; } // uncomment this if you are using firebase in the project -dontwarn io.flutter.embedding.** -ignorewarnings
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。