On new Android platform tools (v8) released with 2.3 SDK, I get an error when running dex from ant script
I typed the usual "ant release" and got an error at the dex stage
-dex:
[echo] Converting compiled files and external libraries into C:\Documents and Settings\omri\My Documents\myapp\bin\classes.dex...
[apply] =C:\Documents was unexpected at this time.
I guess it has something to do with spaces along the way. Does anyone know what the problem is and how to fix it?
source
share