Do care the naming convention of the application. In my case I was trying to name my app using underscore ('_') and using camelCase names. But, the convention says that app name must not use any special characters. Also, any camelcase or pascalcase names are not allowed.
e.g. app_name, appName, AppName are incorrect