Hi, I'm trying to build App with titanium with Android Emulator. I solved a first problem causing console command to fail (Program files directory containing a space) The problem now is that titanium want to create a SDCard in my User Directory (that also contains a space...)
> [DEBUG] D:\Ressources\Android\tools\emulator.exe -avd titanium_8_WXGA -port 5560 -sdcard C:\Users\Le Raton Laveur.titanium\titanium_8_WXGA.sdcard -logcat :d, -no-boot-anim -partition-size 128
I tried to edit the AVD and delete the build directory but Titanium doesn't want to change that directory. Is there a way to avoid this problem without creating another window User ?