Proguard error: Expecting class path seperator - not sure where I need to put a path in quotes?

Yep, that worked for me. To put it specifically: In Eclipse: Window > Preferences > Android > SDK Location use something like c:\Progra~1\android-sdk (or maybe c:\Progra~2\android-sdk on 64bit).

This worked for me: add following line to your default. Properties file: external.libs. Dir=libs Source: zed.0xff.me/2010/12/22/expecting-class-p....

Edit add-proguard-release. Xml and replace with – strange Apr 9 at 20:57.

If you're specifying the paths for the Android SDK and Proguard locations manually, you can always use the short form of the path: c:\progra~1\eclipse It's a throw-back to the age old days of Windows long file names, but it still works in at least up to XP (and I believe later, but I haven't used 7 or Vista enough to be sure). As for the quotes, I don't know - I'm on Linux primarily, and on Windows I made it a point to never put spaces in my paths for development projects - too many things have issues with that.

ProGuard doesn't like paths that contain spaces. I therefore always install the Android SDK directly under C:\ ==> C:\android-sdk-windows.

Add sdk. Dir=C:\\Progra~1\\Eclipse\\android-sdk-windows to your local. Properties file.

Make sure the path matches the one on your machine.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions