You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2023. It is now read-only.
安卓发布时安全图被自动压缩,导致百川初始化失败,不知道大家有没有遇到这个问题。
我试过以下4个方法想保留安全图,但全部不起作用:
<?xml version="1.0" encoding="utf-8"?> <resources xmlns:tools="http://schemas.android.com/tools" tools:keep="@drawable/yw_1222_baichuan"/>flutter build apk --no-shrink --no-sound-null-safety
gradle-7.5.1-all.zip
com.android.tools.build:gradle:7.2.2
最后打包的资源仍然被混淆
