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 ap
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
For new Google Play Console:
Click on App bundle explorer
This is the latest app apk artifact that you have uploaded
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
When you click Artifact:your_artifact_name.apk button, this App Library will be shown:
Delete button will appear on the right side, right below the artifact library drop-down menu:
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.
There is no way to remove apk from library once it is uploaded. You can upload a new apk with different version code.
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
With filter
Yes you can remove the app
Before Release
After Release
Note: The live version of APK can't be deleted.
Just go to Artifact library
and remove needed apk
. You can do it for these steps:
-> Open Google Play Console
-> Your project
-> Release management
-> Artifact library
-> Find apk and remove it.
I hope it would be helpful.