- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have made a Game App with IntelXDK/cocos2 tryed to uppload it to Google Play and got the following error.
You need to use another App ID because the App ID is taken, or actually in Swedish it says packet name is taken, but i guess its a translation isue.
the current app id is ( xdk.intel.cocos2d.js.landscape.project ) Build woks just fine. But i need to change that so i can uppload it to Google Play. So i did go to Build Settings and changed the App ID. And now i get the folowing error message when i try to to build.
An error occured while building the application. Verify you build assets are correct and try again.
The only thing i did change it the App ID
Also tryed to restart the project, made a coppy of the project and removed the zdke and xdk files an imported HTML5 code base. Changed the App ID but that dident work.
Would be realy happy if some one cud explain why i can't change my App ID.
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I did find the problem. There where rules for app id
tree parts separated by a ' . ' and no part shud start with a number.
example abc103.cde.v01 works
Not working
103abc.cde.v01
103abccdev01
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When your build failed, you should have gotten a message similar to below. You can not use a number to start your bundleID
- Building a Cordova 4.1.2 application.
- The application name is "Plugins2"
- The package name is "1.xdk.intel.blank.template"
- Error: Each package name section must start with a letter.
- Error: Invalid android package name "1.xdk.intel.blank.template"

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page