haco20292 / dex2jar

Automatically exported from code.google.com/p/dex2jar
0 stars 0 forks source link

Getting error stating classes.dex doesn't exist #116

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1.C:\androidSDK\platform-tools>test\dex2jar classes.dex
dex2jar version: translator-0.0.9.8
dex2jar classes.dex -> classes_dex2jar.jar
. while process file: [classes.dex]
.. ROOT cause:
java.io.FileNotFoundException: File 'classes.dex' does not exist
        at org.apache.commons.io.FileUtils.openInputStream(FileUtils.java:56)
        at org.apache.commons.io.FileUtils.readFileToByteArray(FileUtils.java:40
)
        at com.googlecode.dex2jar.reader.DexFileReader.readDex(DexFileReader.jav
a:149)
        at com.googlecode.dex2jar.v3.Main.doFile(Main.java:63)
        at com.googlecode.dex2jar.v3.Main.main(Main.java:85)
Done.

What is the expected output? What do you see instead?
classes.dex2jar.jar file.  The above error

What version of the product are you using? On what operating system?
0.0.9.8  Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by ptrickg1...@gmail.com on 27 Mar 2012 at 11:41

GoogleCodeExporter commented 9 years ago
Not too sure why but now it's working. :}

Original comment by ptrickg1...@gmail.com on 28 Mar 2012 at 1:08

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
...but when I try opening the jar file in eclipse, it say corrupted.  any ideas?

Original comment by ptrickg1...@gmail.com on 28 Mar 2012 at 1:12

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Thank you.

Original comment by ptrickg1...@gmail.com on 2 Apr 2012 at 10:48