1

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?

Synchro
  • 35,538
  • 15
  • 81
  • 104
TheDevMan
  • 5,914
  • 12
  • 74
  • 144

4 Answers4

1

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

Community
  • 1
  • 1
VenomVendor
  • 15,064
  • 13
  • 65
  • 96
0

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

sebastian
  • 2,610
  • 2
  • 17
  • 28
0

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

sergej shafarenka
  • 20,071
  • 7
  • 67
  • 86
  • Same issue was reported again. Start the issue on the tracker and add your message saying issue is not fixed yet. They are working on a next fix. – sergej shafarenka Jul 01 '14 at 10:29
0

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!

TheDevMan
  • 5,914
  • 12
  • 74
  • 144