150

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.

Tavados
  • 2,168
  • 3
  • 14
  • 27
  • Possible duplicate of [How remove application from app listings on Android Developer Console](https://stackoverflow.com/questions/11074972/how-remove-application-from-app-listings-on-android-developer-console) – Da2da2 Nov 13 '17 at 22:38
  • 1
    I'm voting to close this question as off-topic because https://meta.stackoverflow.com/questions/272165/are-developer-centric-questions-about-application-stores-on-topic – Zoe Feb 06 '18 at 15:16
  • I'm voting to close this question as off-topic because SO doesn't do questions about app store administration (https://meta.stackoverflow.com/questions/272165/are-developer-centric-questions-about-application-stores-on-topic) – James Moore Jan 07 '19 at 17:32

8 Answers8

217

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.

Junaid Pathan
  • 3,850
  • 1
  • 25
  • 47
Sergey
  • 2,205
  • 1
  • 7
  • 3
  • 1
    This is very helpful when you get the "You need to use a different version code for your APK because you already have one with version code:" error! – Tim Tisdall Mar 27 '18 at 19:06
  • 102
    -> Find apk and remove it. Remove apk option is not available now – Gopinath S May 23 '18 at 07:49
  • 25
    You forgot a step, it needs to be removed from App Releases before it can be removed from the Artifact Library. – Nitzan Wilnai Jul 01 '18 at 14:34
  • 14
    Not able to see the option to delete the APK..only download is available. – andro-girl Mar 27 '19 at 06:05
  • 10
    delete option is only available if it's not rolled out to production – Arjun Mar 28 '19 at 05:18
  • 5
    I think there was a redesign - the tab is now titled "App bundle explorer" – dchang Jan 03 '21 at 04:42
  • @dchang, also you can't find it in the left column submenu, it's easier is you use "search play console". There is a button top right: "Delete Android App Bundle" – Gustavo Rodríguez Jan 04 '21 at 18:14
  • 3
    no option available to delete a bundle that is in the test track. how do i resolve this? – Mr.Rao Feb 24 '21 at 04:49
  • 1
    April 2022 and this answer is still up to date. Note that the "Delete APK" button is just some greyed out text floating in white space on the right, definitely doesn't look like a button. – chichilatte Apr 01 '22 at 07:27
  • The delete button was invisible for me because I had the Dark Reader extension on – Michael Yaworski Aug 31 '22 at 18:48
  • 2
    Please don't forget that after removing the package/bundle from a draft release you need to **save** those changes the draft release. Otherwise, the package/bundle will remain staged and the delete button won't appear in App Bundle Explorer. – Arthur Khazbs Oct 05 '22 at 17:01
  • "detach the specific APK/Bundle from any draft releases" how to do so? – coder Feb 21 '23 at 11:52
99

For new Google Play Console:

Click on App bundle explorer

This is the latest app apk artifact that you have uploaded enter image description here

For older app in your app library, on your right side of the screen youll see this button. It will open App Library and you can choose .apk file from there

enter image description here

When you click Artifact:your_artifact_name.apk button, this App Library will be shown:

enter image description here

Delete button will appear on the right side, right below the artifact library drop-down menu: enter image description here

NOTE: If your application is uploaded and have been published on production (was live), you cannot delete that app artifact because holds some production app data.

Viktor Jovanovski
  • 1,513
  • 10
  • 26
40

Yes you can remove the app

Before Release

  1. Open your app
  2. Side nav find artifact library
  3. You can delete your APK here

Refer screenshot attached

After Release

  1. Open app
  2. Under Release Management your can find artifact library
  3. You can delete your APK here

Note: The live version of APK can't be deleted.

Ahmed Ashour
  • 5,179
  • 10
  • 35
  • 56
Naveen M
  • 401
  • 4
  • 5
  • 6
    This is correct answer only for those APKs which haven't been used in a rolled out release. Once you roll out a release, you can then delete the APK only when you roll out a newer release. – Muhammad Tanweer Oct 12 '18 at 19:47
16

There is no way to remove apk from library once it is uploaded. You can upload a new apk with different version code.

12

Yes, you can. As of 14/6(June)/2021, if "Delete App Bundle" doesnt show up, you have to remove that apk/aab file, you added before in a release and should remove that from the release.

At the left of the screen, under "Release" -> "Testing" -> "Open Testing" or "Closed Testing" or "Internal Testing" -> top right screen "Edit Release" -> there's three vertical dotted icon, click to show dropdown menu -> then click at "Remove app bundle" -> don't forget to hit "save". Click Remove App Bundle and hit save

Now go again to "App Bundle Explorer" and click "Delete App Bundle". Click Delete App Bundle

UPDATED NOTE(17/7(July)/2021): Sorry, i don't know other way to delete apk/aab from "App Bundle Explorer", if the app is published and the apk/aab is not a draft. This answer is only for draft releases and not being published.

John Xenakis
  • 211
  • 2
  • 8
  • Production has 2.3.1 open testing instead of 2.3.2 its released as 2.5.1 is possible to go back to 2.3.2 ? – Sanjith Jun 24 '21 at 18:42
  • @Sanjith Sorry, I don't know, I didn't get to that point, but [maybe this stack overflow post might help.](https://stackoverflow.com/questions/48191631/google-play-console-how-remove-an-update-of-published-application) – John Xenakis Jun 28 '21 at 13:31
  • In the first step, for Internal testing on a channel were there have been releases already there is no Edit release button, only a Create release button. Maybe you have this button because its the first release of the channel? – mr_mmmmore Jul 15 '21 at 07:56
  • Yes, you're right... Sorry, you're right. This answer is for those who have a draft apk/aab in app bundle explorer as you see in first picture and didn't published their app. Mine right now, is exactly as you say. No Edit release button. Instead of Edit release, it's a Create release button. I don't think you can somehow... – John Xenakis Jul 17 '21 at 00:06
  • This is the right answer as of Feb 2022. – Mahesh Jamdade Feb 05 '22 at 19:29
  • 1
    @MaheshJamdade Thank you so much Mahesh! I've post this answer because i didn't see any new answer depending with the new "Google play console" as of 2021 and still in 7/Feb/2022. – John Xenakis Feb 07 '22 at 13:53
9

Go to "App bundle explorer", locate youyr .AAB (or .APK) and select "Delete app bundle".

Jorgesys Google Play delete app bundle

Remember that this is only possible if the .AAB has not been published!

Jorgesys
  • 124,308
  • 23
  • 334
  • 268
-3

As Google has changed play store console Go To Specific App Go To App Bundle Explorer in Navigation Select the apk at the top right dropdown as AirFact and delete

-5

In your All applications list you can use the Filter drop-down list (located in the top left-hand corner) to hide applications unpublished apps.

For example:

Without filter

Before using filer

With filter

After using filter

Greg Trevellick
  • 1,361
  • 1
  • 16
  • 26