Bundle Identifier Issue with Android Build (Mac OSX)

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.

Anyway around this? :face_with_spiral_eyes:

This is completely holding up my build! Argh.

… and the last segment begins with 2, which is a numeric character…

Duh, operator error. Yes, it works now… thanks!

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?

Thanks,Steve

company name: bench-games
product name: sunpier

bundle identifier: com.bench-games.sunpier

“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.

Thanks. I presumed that character would be treated as a hyphen. The game builds. I now need to move the APK archive to a droid device for testing.

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 have an android license.

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.

I have written very simple name to avoid the errors but I am getting the same error
Company Name: SkGames
Product Name: HitTheScore


How can I fix this error