If package name mismatch project name, Android makes runtime error.
ex) Project name : FlyingOwl
[Project Settings > Android > Android Package Name]
com.my.[PROJECT] <== no problem
com.my.FlyingOwl <== no problem
com.my.Owl <== after launch android, Android makes runtime error.
Does Project name must match Package name?
Howdy foxmann,
Thank you reporting this issue. Just wanted to let you know that I have out to a fellow developer for further assistance on this issue. I will be sure to respond back as soon as I receive any information regarding this issue.
Thanks and have a great day!
The last entry in the package name needs to match the project name. It is best to leave [PROJECT] at the end to allow it to be replaced during the generation of the AndroidManifest.xml.