I am just moved from Eclipse to Android Studio for android application development. I am getting the following warning at the time of creating projects
Your project location contains whitespace. This can cause problem on some plateform and is not recommended
I wanted to know how to resolve this and is it serious or not?
The white space refers to any name in the location that has a space.
In the example:
c:/users/MyDocuments
the location does not have white space. However, the location
c:/users/My Documents
has white space. Remove the spaces from the folder names in your location or use underscore to remove the white space from your location.