kuter007 / android-apktool

Automatically exported from code.google.com/p/android-apktool
Other
0 stars 0 forks source link

Exception in thread "main" brut.androlib.AndrolibException: java.io.FileNotFound #711

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.apktool if f framework-res.apk

What is the expected output? What do you see instead?
Expected output: Framework installed
Instead:
Exception in thread "main" brut.androlib.AndrolibException: java.io.FileNotFound
Exception: framework-res.apk (The system cannot find the file specified)
        at brut.androlib.res.AndrolibResources.installFramework(AndrolibResource
s.java:681)
        at brut.androlib.Androlib.installFramework(Androlib.java:649)
        at brut.apktool.Main.cmdInstallFramework(Main.java:256)
        at brut.apktool.Main.main(Main.java:92)
Caused by: java.io.FileNotFoundException: framework-res.apk (The system cannot f
ind the file specified)
        at java.io.RandomAccessFile.open(Native Method)
        at java.io.RandomAccessFile.<init>(Unknown Source)
        at org.apache.commons.compress.archivers.zip.ZipFile.<init>(ZipFile.java
:203)
        at org.apache.commons.compress.archivers.zip.ZipFile.<init>(ZipFile.java
:182)
        at org.apache.commons.compress.archivers.zip.ZipFile.<init>(ZipFile.java
:143)
        at brut.directory.ZipExtFile.<init>(ZipExtFile.java:28)
        at brut.androlib.res.AndrolibResources.installFramework(AndrolibResource
s.java:647)
        ... 3 more 

What version of the product are you using? On what operating system?
On windows 7
apktools version:2.0.0

Please provide any additional information below.

Original issue reported on code.google.com by ahm...@gmail.com on 26 Nov 2014 at 1:15

GoogleCodeExporter commented 9 years ago
FileNotFound Exception.

Not a bug.

Original comment by connor.tumbleson on 26 Nov 2014 at 8:20

GoogleCodeExporter commented 9 years ago
facing same error....any help will be appreciated

Original comment by srskuma...@gmail.com on 19 Feb 2015 at 10:04