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
Using SDK 22, my solution was to copy proguard-project.txt from ${sdk.dir}/tools/proguard/ into my project workspace.
If you look at project.properties, you see that it references ${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt.
It found ${sdk.dir} just fine, but was looking for proguard-project.txt in the project directory.