我使用了我同事的新更新。然后他更改了build.gradle文件。但是我的IDE一直告诉我:Gradle同步失败:找不到bundletool.jar(com.android.tools.build:bundletool:0.1.0-alpha01)。在以下位置搜索:https://jcenter.bintray.com/com/android/tools/build/bundletool/0.1.0-alpha01/bundletool-0.1.0-alpha01.jar这是我的gradle文件repositories{maven{url'https://maven.fabric.io
如BundletoolDocumentation中所述我在AndroidStudio终端上给出以下命令:bundletoolbuild-apks--bundle=/MyApp/my_app.aab--output=/MyApp/my_app.apks我收到以下错误:'bundletool'isnotrecognizedasaninternalorexternalcommand,operableprogramorbatchfile.我已经下载了bundletool0.6.0jar关于bundletoolgithub,没有给出在Windows上安装它的步骤。 最
虽然thedocs提到Ifyouhaven'talreadydoneso,downloadbundletoolfromtheGitHubrepository.然而,repo只包含一个jar文件。如何安装它以便我可以像文档示例一样使用“bundletool”命令运行? 最佳答案 如果你有brew安装只需运行brewinstallbundletool即可为您设置别名。它对我有用。 关于android-如何安装bundletool?,我们在StackOverflow上找到一个类似的问题: