Org.me prefixed to my newly created project

When I create a new Android project with Fire, and I name it let’s say “com.example.hello”, it happens that the following values are incorrectly set to “org.me.com.example.hello”:

  1. project executable name
  2. project default namespace
  3. android manifest package
  4. android manifest activity name
  5. string resource app_name

I create the project not in an existing solution (i.e. I create the solution is created together with the project)

Reproduced and fixed, thanx. Looks like a regression in 9.1, a ! was missing in the check weather the project name contained dots or not :stuck_out_tongue_winking_eye:

1 Like

(btw you can configure the default for “org.me.” in Preferences)

(where? I cannot find it in Fire)

Sorry, I found the preference. Never said.

1 Like