PhoneGap:如何在Google Play商店上传APK档案
我有小Android应用程式。我做了APK文件从phonegap.com。
I have small android app. I made APK file from phonegap.com.
现在我尝试在Google Play商店上传该APK档案,但显示错误:
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.
我没有得到的问题,com.phonegap.www包驻留...我不在我的应用程序中有这个包结构。org包在资产文件夹中。
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
您的软件包名称是什么?在phonegap构建网站上点击您的应用程序,转到设置标签,向下滚动到配置,并检查您的包名称是什么。将其设置为类似com.yourCompanyName.yourAppName并重新构建您的应用程序。
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.
如果您正在构建通过Eclipse在AndroidManifest.xml中设置您的包名称。
If you're building through Eclipse set your package name in AndroidManifest.xml.