I keep getting this message while trying an android build:
“Please set the Bundle Identifier in the Player Settings. The value must follow the convention ‘com.YourCompanyName.YourProductName’ and can contain alphanumeric characters and underscore. Each segment must not start with a numeric character or underscore.”
My settings for the company name the product name default to the following:
Company Name: Blimey University
Product Name: 2DShooter
and then I’ve changed the Bundle Identifier to represent this:
Bundle Identifier: com.BlimeyUniversity.2DShooter
And I receive the above error.
The default company name has a space in it. Thinking that this might be the problem, I’ve tried removing the spaces in the company name to BlimeyUniversity, but I still receive the error when I attempt the build.
I’m having the same issue. I’m trying to build a game, which we’ve already released for iPhone, on Android. I get the above error too but my values seem to meet the syntax requirements. Does anyone have any suggestions on what is wrong?
“Please set the Bundle Identifier in the Player Settings. The value must follow the convention ‘com.YourCompanyName.YourProductName’ and can contain alphanumeric characters and underscore. Each segment must not start with a numeric character or underscore.”
You company name contains a character which is not alphanumeric neither is underscore. It’s a “minus” character.
I have the same problem, I tried putting company name = Omega and game = Space, therefore the bundle should be com.Omega.Space, but when I build it I get “Please set the Bundle Identifier in the Player Settings. The value must follow the convention ‘com.YourCompanyName.YourProductName’ and can contain alphanumeric characters and underscore. Each segment must not start with a numeric character or underscore.”
I tried setting the bundle ident of an empty project to com.Omega.Space - no problems; it created an .apk just fine.
If you continue to have this problem please file a bug, and attach your project.