TheDevMan
TheDevMan

Reputation: 5954

Proguard Error after updating ADT 23

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:

enter image description here

How can I fix this issue?

Upvotes: 1

Views: 438

Answers (4)

sergej shafarenka
sergej shafarenka

Reputation: 20416

This is a known, already reported issue. Try to update to just released 23.0.1.

Upvotes: 0

TheDevMan
TheDevMan

Reputation: 5954

Updating to 23.0.1 didn't work. I just downloaded Proguard directly from the below:

http://goo.gl/qThzGF

Copied it to the tools inside the SDK folder. I was able to export the apk without any issues...

Thanks!

Upvotes: 0

VenomVendor
VenomVendor

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

sebastian
sebastian

Reputation: 2880

try updating to 23.0.1 (proguard was missing in v.23)

Upvotes: 0

Related Questions