[TIMOB-10290] Android: Modules with upper case in project name fails to create with internal error.
GitHub Issue | n/a |
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-08-24T14:14:58.000+0000 |
Affected Version/s | Release 2.1.1 |
Fix Version/s | Release 3.0.0 |
Components | Android, Tooling |
Labels | core, qe-and082012 |
Reporter | Kanat Asanbekov |
Assignee | Eric Merriman |
Created | 2012-08-01T14:46:35.000+0000 |
Updated | 2017-03-16T21:39:36.000+0000 |
Description
When creating an android module in studio using upper case letters in the project name (e.g., MyAndroid, as opposed to myandroid), the creation fails with internal error: could not move file. This appears to be related to TISTUD-1633.
This is not regression.
This does not occur with mobileweb modules, nor does it occur on OS X.
When an android module is created using the command line, the module is created correctly, but the project name is automatically converted to lower case.
Steps to Reproduce:
1. Create new android module from studio with project name containing uppercase letters.
Actual Result:
Module fails to create with cannot move folder errors.
Expected Result:
Module creates without error.
Attachments
It appears that the Android module creation scripts shouldn't be munging the case.
Studio: 2.1.2.201208281351 SDK: 2.1.2.v20120824144611 OS: Ubuntu 10.04 Reproducible
This is no longer an issue with when creating a new project using the Titanium CLI which was introduced back in 2012. Furthermore, the new module build system (introduced in Titanium SDK 5.0.0) has no problem compiling modules with upper case project names.
Closing ticket as fixed.