[TIMOB-7560] Android: Invalid package names do not produce meaningful error messages.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-08-23T22:56:25.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 3.2.0 |
Components | Android |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Ingo Muschenetz |
Created | 2012-02-06T16:52:12.000+0000 |
Updated | 2017-03-16T21:39:14.000+0000 |
Description
If an invalid app id is created, Android compilation phase just gives a generic "Error generating R.java from manifest" error message. A meaningful error message should be displayed.
Example invalid app ids:
com
com.123
1com.com
Titanium SDK 3.2.0 shipped with a completely rewritten Android build system that has proper app id validation at both project creation time and build time.
Closing ticket as fixed.