android-app-bundle

uses reserved file or directory name 'res'

99封情书 提交于 2020-12-14 11:13:21
问题 I'm trying to signing an app by using gitlab pipeline. After commit and publish to gitlab app is coming pipeline and after 5 min. I'm getting this error like below * What went wrong: Execution failed for task ':app:packageReleaseBundle'. > 1 exception was raised by workers: com.android.tools.build.bundletool.exceptions.BundleFileTypesException$FileUsesReservedNameException: File 'root/res/drawable-hdpi/sym_keyboard_feedback_delete.png' uses reserved file or directory name 'res'. I don't know

uses reserved file or directory name 'res'

怎甘沉沦 提交于 2020-12-14 11:08:32
问题 I'm trying to signing an app by using gitlab pipeline. After commit and publish to gitlab app is coming pipeline and after 5 min. I'm getting this error like below * What went wrong: Execution failed for task ':app:packageReleaseBundle'. > 1 exception was raised by workers: com.android.tools.build.bundletool.exceptions.BundleFileTypesException$FileUsesReservedNameException: File 'root/res/drawable-hdpi/sym_keyboard_feedback_delete.png' uses reserved file or directory name 'res'. I don't know

Modify Android App Bundle (aab) Contents before deploying

不打扰是莪最后的温柔 提交于 2020-08-19 10:44:13
问题 We have a build and release pipeline (Azure Devops) that deploys our APK Android app to various appcenter.ms environments. During the release process we unpack the apk, modify the contents with environment specific configuration, and then re-pack the apk. Now that we are trying to do this with an Android App Bundle (AAB), we can no longer use apktool. How can we achieve the same thing with AAB that we could with APK? This is a snippet of our working apk version of the script ## NOTE STUFF IS