Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change package name already taken in Google Play but not published yet

I have set up a package name like "com.correct.aaa" for my new app in Google Play. But after I uploaded apk with wrong packege name like "com.wrong.bbb", google play takes my wrong package name, and replace over the old one...

When I re-upload a new apk with correct package name, I got Upload failed "Your APK or Android App Bundle needs to have the package name com.wrong.bbb"

How can I change it back to my original package name???

Thanks,

like image 897
Pin Shih Wang Avatar asked Oct 16 '25 16:10

Pin Shih Wang


1 Answers

You need to create a new application in the Play Console. It is not possible to change the package name after the first upload.

like image 109
Pierre Avatar answered Oct 19 '25 12:10

Pierre