Reputation: 5954
I am trying to export a project. I have enabled Proguard for the project. I am getting a problem Invalid Proguard configuration file path and directory is shown.
This error is coming up after I updated my ADT 23. :(
Check the image below:
How can I fix this issue?
Upvotes: 1
Views: 438
Reputation: 20416
This is a known, already reported issue. Try to update to just released 23.0.1.
Upvotes: 0
Reputation: 5954
Updating to 23.0.1 didn't work. I just downloaded Proguard directly from the below:
Copied it to the tools inside the SDK folder. I was able to export the apk without any issues...
Thanks!
Upvotes: 0
Reputation: 15392
Copy proguard folder
from previous tools, and add in ~\Android-SDK\tools\<proguard>
there is problem in this version, you might also get annotation.jar missing
Upvotes: 1