Enterprise build scripts don't handle android path with space in it

Hi Corona,

I’ve been following the android tutorial for corona enterprise, except instead of getting the eclipse adt I used Android Studio. Android Studio downloads the sdk into the following path:

/Applications/Android Studio.app/sdk

This path has a space in it and breaks your scripts such as build.sh in the App/android folder. Even if you define ANDROID_HOME like this:

export ANDROID_HOME=/Applications/Android\ Studio.app/sdk

escaping the space with a \ character the scripts still do not work. 

I had to move the sdk to a directory without spaces.

Not a big deal or anything but just wanted to let you all know. Since Android Studio will be replacing eclipse adt in the future and google is no longer developing eclipse adt I just wanted to let you guys know of this problem.