0 votes
by (120 points)
I'm trying to upload an APK to Google Play Console that I made using PhoneGap. When I try to upload it I get the following error: "You need to use a different package name because "com.phonegap.www" already exists in Google Play."

It's a 'Choose Your Own Adventure' story that I made using Twine. I am not a programmer and would appreciate any help.

1 Answer

0 votes
by (63.1k points)

Your app needs a unique id, as described here: 

http://docs.phonegap.com/phonegap-build/configuring/#props

You change this in the config.xml file. 

...