No release bundle folder after upgrading Android Studio

前端 未结 2 1584
悲&欢浪女
悲&欢浪女 2020-12-30 14:45

I recently upgraded my Android Studio to version 2.3 with the corresponding gradle version.

I have two modules inside my projec

2条回答
  •  爱一瞬间的悲伤
    2020-12-30 15:06

    Not sure if this is the proper solution but I added this to my gradle file within the android section and the release folder has returned.

    publishNonDefault true
    

提交回复
热议问题