Reading all the wonderful things, the new ProGuard Improvements for Android , I switched to a new scheme, uncommenting the following line in the newly created project:
proguard.config=${sdk.dir}\tools\proguard\proguard-android.txt;proguard-project.txt
But when I try to export this APK project, I am greeted with the following message:
Incorrect path to the proguard configuration file C: \ android-sdk-windows \ tools \ proguard \ proguard-android.txt does not exist or is not a regular file
Well, I checked the directory C:\android-sdk-windows\tools\proguard and, of course, although this directory exists and has subdirectories and even the README file, proguard-android.txt not found anywhere.
By the way, I tried it with : instead ; but that didn’t change anything.
Shouldn't Eclipse + ADT + Proguard automatically generate this file for me? What am I missing?
Also, where can I find the “standard” default rule set for Android proguard-android.txt so that I can copy it to its missing slot?
Regex roookie
source share