Cannot build Android preview when there is a space in project name (OSX)

Hello :slight_smile: Not sure if this exact bug has been reported yet. I found similar issues in older posts, but it says the bug is fixed in those posts. It seems like trying to build an apk with a space in the name causes the build to fail.

Unexpected fatal error! Please report this to us.
Build started: FullCompile
Configuring
(5,708.42 ms)

Compiling syntax tree
(14,022.43 ms)

Generating code and data
(21,474.27 ms)

Building Android app
1/2: libTestProject.so
2/2: Test Project.apk
ln: Project.apk: No such file or directory
(unknown): E0200: Android build failed -- rerun with '-v' for more information
?: Error E0200: Android build failed -- rerun with '-v' for more information
(81,039.11 ms)

Build completed in 122.25 seconds.
    0 Warning(s)
    1 Error(s)

Error Summary
-------------

(unknown): E0200: Android build failed -- rerun with '-v' for more information
jdk was found.
Checking if /Users/jasontoms/Library/Android/sdk exists.
/Users/jasontoms/Library/Android/sdk was found.
Checking if /Users/jasontoms/Library/Android/sdk/tools exists.
/Users/jasontoms/Library/Android/sdk/tools was found.
Checking if Android SDK is corrupt.
Checking if all required Android components are installed.
androidsdk was found.
Checking if /Users/jasontoms/Library/Application Support/Fusetools/Fuse/Android/AndroidNDK/ndk-build exists.
/Users/jasontoms/Library/Application Support/Fusetools/Fuse/Android/AndroidNDK/ndk-build was found.
Checking if /Users/jasontoms/Library/Application Support/Fusetools/Fuse/Android/AndroidNDK/toolchains exists.
/Users/jasontoms/Library/Application Support/Fusetools/Fuse/Android/AndroidNDK/toolchains was found.
Checking if /Users/jasontoms/Library/Application Support/Fusetools/Fuse/Android/AndroidNDK/prebuilt exists.
/Users/jasontoms/Library/Application Support/Fusetools/Fuse/Android/AndroidNDK/prebuilt was found.
androidndk was found.
Checking if /Users/jasontoms/Library/Application Support/Fusetools/Fuse/Android/Ant exists.
/Users/jasontoms/Library/Application Support/Fusetools/Fuse/Android/Ant was found.
Checking if Ant is corrupt
ant was found.
Build ended
fuse: Failed to compile project

Hi, can you please try to rebuild with the -v switch? This should reveal the underlying error youโ€™re hitting here.