Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0
-
None
-
None
Description
*Problem:*
When a new Android project is created, only the OS-specific the platform-scripts (my-project/cordova/) are copied over.
For example, on Windows only the batch files are copied; on Unix only the bash files are copied.
*Solution:*
Both sets of scripts should be copied.
Many projects involve multiple collaborators. On Android, it is not uncommon for those collaborators to use both Windows and Unix. So, the generated Android project should support both environments.
*Reference:*