I have a problem when I’m trying to export my project in eclipse.
While trying to create the apk gives me this error.
What could cause this?
[2011-11-06 17:29:50 - Project- X] Proguard returned with error code 1. See console
[2011-11-06 17:29:50 - Project- X] java.io.FileNotFoundException: C:\android\tools\proguard\bin\X\proguard\dump.txt (The system cannot find the path specified)
[2011-11-06 17:29:50 - Project- X] at java.io.FileInputStream.open(Native Method)
[2011-11-06 17:29:50 - Project- X] at java.io.FileInputStream.<init>(Unknown Source)
[2011-11-06 17:29:50 - Project- X] at java.io.FileReader.<init>(Unknown Source)
[2011-11-06 17:29:50 - Project- X] at proguard.FileWordReader.<init> FileWordReader.java:46)
[2011-11-06 17:29:50 - Project- X] at proguard.ConfigurationParser.parseIncludeArgument(ConfigurationParser.java: 196)
[2011-11-06 17:29:50 - Project- X] at proguard.ConfigurationParser.parse(ConfigurationParser.java:105)
[2011-11-06 17:29:50 - Project- X] at proguard.ProGuard.main(ProGuard.java:491)
Have you followed the steps described here to configure proguard and run it in an Eclipse or Ant build ?
Because you have here an exception generated because the file “dump.txt” wasn’t found, and it’s supposed to be when you run proguard…