英文:
Can I add flags to bundletool command in Android Studio?
问题
Android Studio在部署“从应用程序包生成APK”(构建应用程序包)时是否使用bundletool build-apks
命令?
如果是的话,我应该如何在Android Studio中配置或添加标志到该命令?
英文:
Does Android Studio use bundletool build-apks
command while Deploying "APK from app bundle" (building app bundles)?
If so, how can I configure or add flags to that command in Android Studio?
答案1
得分: 0
是的,Android Studio在底层调用bundletool,但您无法自定义传递的标志。
英文:
Yes, Android Studio calls bundletool under the hood but you can't customize the flags passed.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论