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
If it was working fine before and you haven't learnt Proguard, just change this line:
proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
to this line:
proguard.config=proguard.cfg
then you'll have your old Proguard setup back, I'd recommend updating though, it should just work unless your using some 3rd party jars? These are what is it saying is missing and you should use the -keep flag to stop Proguard from removing them when it obfuscates.