如何在google play控制台删除已上传的aab文件

https://stackoverflow.com/questions/45822460/remove-apk-from-library-in-google-play-developer-console 转载

Just go to App bundle explorer and remove the needed abb. You can do it with these steps:

  1. Open Google Play Console
  2. Go to your project
  3. Go to the “Release” section of the side-bar
  4. Go to the “App bundle explorer”
  5. Find the APK/Bundle and click “Delete APK/Bundle”.

Keep in mind that you need to detach the specific APK/Bundle from any draft releases and save it. Otherwise, the delete option will not be available.

gradlew assembleDebug 编译出错

在编译android apk的时候出现以下报错,已经翻墙过了

IOException: https://dl.google.com/android/repository/addons_list-3.xml
java.net.ConnectException: Connection refused: connect
IOException: https://dl.google.com/android/repository/addons_list-2.xml
java.net.ConnectException: Connection refused: connect
IOException: https://dl.google.com/android/repository/addons_list-1.xml
java.net.ConnectException: Connection refused: connect
Failed to download any source lists!

解决办法:打开~/.gradle/gradle.properties 文件,打开并删掉代理配置(带有“proxy”的端口或ip地址配置)