我想将我的个人应用程序配置为构建为Android应用程序捆绑包,而不是Jenkins中的apk。如何配置我的Jenkins来构建aab而不是apk
答案 0 :(得分:1)
您需要 BundleTool (BundleTool )。您可以使用bundletool创建 aab 并对其进行签名,甚至进行测试。 您可以像其他CLI实用程序一样安装Bundletool,并在 Jenkins 中执行命令。
或者您也可以执行诸如 bundleRelease 之类的 Gradle 任务来生成发布aab。
Here详细介绍了操作方法。
https://developer.android.com/studio/build/building-cmdline#bundletool-build https://developer.android.com/studio/command-line/bundletool