Android – Remove APK from library in Google Play Developer Console

androiddeveloper-consolegoogle-play-console

Is there a way to remove an APK from the library in the Google Play Developer Console?

To make sure: I don't mean to revert to an earlier version or unpublish an app, but to remove it from the list that can be seen after clicking on "ADD APK FROM LIBRARY" in Release Management>App Release.

The version that I want to remove has not been used in any release.

Best Answer

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.