谷歌要求在今年8月份新的app上传至google playstore中必须要使用新的格式(.aab)进行上传,那么如何通过Android studio打包出 .aab格式呢

选择:Build -> Build Bundle(s) / APK(s) -> Build Bundle(s),build完成后在项目路径下的 “app\build\outputs\bundle\debug”

 

 

打包生成的 .aab文件

Android studio打包 .aab格式文件

 

相关文章:

  • 2021-05-11
  • 2022-12-23
  • 2021-05-20
  • 2021-07-06
  • 2021-07-15
  • 2021-06-20
  • 2021-11-10
  • 2021-10-16
猜你喜欢
  • 2022-12-23
  • 2021-06-22
  • 2021-06-29
  • 2022-12-23
  • 2021-08-05
相关资源
相似解决方案