Search code examples
titaniumtitanium-mobile

Error generating R.java from manifest


Error generating R.java from manifest

What does this mean? And how I fix it?

[ERROR] Error generating R.java from manifest
[ERROR]:Project failed to build after 937ms

Solution

  • http://developer.appcelerator.com/question/114521/error-error-generating-rjava-from-manifest

    "There are a number of reasons that this can happen. Firstly, are you setting an application name in the correct format, which is com.yourcompany.appname? Pay attention to the hint text of the field before you type anything.

    Also, file or folder names containing non-ascii characters can cause problems.

    Lastly, if you have any non-ascii characters in your js files, you need to ensure that the files are encoded using utf8.

    Please report back if you find the solution.

    Cheers"