I have small android app. I made APK file from phonegap.com.
Now I tried to upload that APK file on Google Play Store..But it shows error:
Upload failed
You need to use a different package name because "com.phonegap.www" already exists in Google Play.
I am not getting the problem that where is com.phonegap.www package resides…I dont have this package structure in my application..www package is in asset folder.
Please give me some feasible solution
What is your package name? On phonegap build website click on your app, go to Settings tab, scroll down to Configuration and check what your package name is. Set it to something like com.yourCompanyName.yourAppName and rebuild your app.
If you’re building through Eclipse set your package name in AndroidManifest.xml.