We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug 依赖版本号:0.1.10, 配置如下:
aabResGuard { mappingFile = file("mapping.txt").toPath() whiteList = [ ".R.raw.", ".R.drawable.splash", ".R.drawable.icon_launcher", ".R.string.google", ".R.string.com.crashlytics.android.build_id", ".R.string.google_app_id", ".R.string.default_web_client_id", ".R.string.firebase_database_url", ".R.string.gcm_defaultSenderId", ".R.string.google_api_key", ".R.string.google_app_id", ".R.string.google_crash_reporting_api_key", ".R.string.google_storage_bucket", ".R.string.project_id", ".R.string.com.crashlytics.android.build_id", ".R.array.a1", ".R.string.s1", ".R.mipmap.m1", ".R.dimen.d1", ".R.integer.int1", ".R.string.com.crashlytics.", ".R.string.facebook_app_id", ".R.string.fb_login_protocol_scheme", ".R.string.facebook_client_token" ] obfuscatedBundleFileName = "duplicated.aab" mergeDuplicatedRes = false enableFilterFiles = false filterList = [] enableFilterStrings = false unusedStringPath = file("unused.txt").toPath() }
打包aab后,传包时,Google play提示“上传Android App Bundle时出错请稍后重试“,但是如果上传未经aabResGuard混淆的包就没有问题。
The text was updated successfully, but these errors were encountered:
出现了同样的问题
Sorry, something went wrong.
需要更新依赖重新编译
看下com.google.android.material:material的版本,超过1.6.0就不行
同样遇到这个问题,怎么解决
你是对的,但降了版本需要注意TabLayout的tabTextAppearanceSelected属性没了,需要删掉
JingYeoh
No branches or pull requests
Describe the bug
依赖版本号:0.1.10,
配置如下:
mappingFile = file("mapping.txt").toPath()
whiteList = [
".R.raw.",
".R.drawable.splash",
".R.drawable.icon_launcher",
".R.string.google",
".R.string.com.crashlytics.android.build_id",
".R.string.google_app_id",
".R.string.default_web_client_id",
".R.string.firebase_database_url",
".R.string.gcm_defaultSenderId",
".R.string.google_api_key",
".R.string.google_app_id",
".R.string.google_crash_reporting_api_key",
".R.string.google_storage_bucket",
".R.string.project_id",
".R.string.com.crashlytics.android.build_id",
".R.array.a1",
".R.string.s1",
".R.mipmap.m1",
".R.dimen.d1",
".R.integer.int1",
".R.string.com.crashlytics.",
".R.string.facebook_app_id",
".R.string.fb_login_protocol_scheme",
".R.string.facebook_client_token"
]
obfuscatedBundleFileName = "duplicated.aab"
mergeDuplicatedRes = false
enableFilterFiles = false
filterList = []
enableFilterStrings = false
unusedStringPath = file("unused.txt").toPath()
}
打包aab后,传包时,Google play提示“上传Android App Bundle时出错请稍后重试“,但是如果上传未经aabResGuard混淆的包就没有问题。
The text was updated successfully, but these errors were encountered: