I\'ve updated to the new adt&sdk 20, and I\'m having problems with the new way Proguard is being used on Eclipse. I\'m not a pro with Proguard at all, yet I\'ve always u
Ok , the solution is that for some reason , I had the wrong location set for sdk.dir variable on eclipse.
So what I did is to:
- Go to eclipse's preferences
- Searched for variables
- And went to java->build path->classpath variables
- And added "sdk.dir" variable with the value of the directory of android sdk .