I am trying to export apk file from my Project using Proguard.
I am stuck with:
java.io.IOException: Can't read [C:\DOCUME~1\GSWIER~1\USTAWI~1\Temp\android_7816298505795781618.jar;
I have moved my workspace and android-sdk to directory without spaces as suggested here
I have changed proguard.bat file as mentioned here, too.
The problem seems to be that during build, IDE is creating temp files in directory with spaces which are then passed to ProGuard.
Is there any way to change that directory? Maybe that will solve the problem.