desword / android-apktool

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

java.nio.file.ReadOnlyFileSystemException while Copying unknown files/dir #547

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.download http://a2.pc6.com/xb1/huaweiespace.pc6.apk (19.4MB)
2.java -jar apktool_2.0.0b7.jar d huaweiespace.pc6.apk
3.java -jar apktool_2.0.0b7.jar b huaweiespace.pc6

What is the expected output? What do you see instead?
c:>java -jar apktool_2.0.0b7.jar b huaweiespace.pc6
I: Using Apktool 2.0.0-Beta7 on huaweiespace.pc6
I: Checking whether sources has changed...
I: Smaling...
I: Checking whether resources has changed...
I: Building resources...
I: Copying libs...
I: Building apk file...
I: Copying unknown files/dir...
Exception in thread "main" java.nio.file.ReadOnlyFileSystemException
        at com.sun.nio.zipfs.ZipFileSystem.checkWritable(ZipFileSystem.java:155)

        at com.sun.nio.zipfs.ZipFileSystem.createDirectory(ZipFileSystem.java:416)
        at com.sun.nio.zipfs.ZipPath.createDirectory(ZipPath.java:634)
        at com.sun.nio.zipfs.ZipFileSystemProvider.createDirectory(ZipFileSystemProvider.java:201)
        at java.nio.file.Files.createDirectory(Unknown Source)
        at java.nio.file.Files.createAndCheckIsDirectory(Unknown Source)
        at java.nio.file.Files.createDirectories(Unknown Source)
        at brut.androlib.Androlib.insertFolder(Androlib.java:607)
        at brut.androlib.Androlib.buildUnknownFiles(Androlib.java:565)
        at brut.androlib.Androlib.build(Androlib.java:293)
        at brut.androlib.Androlib.build(Androlib.java:258)
        at brut.apktool.Main.cmdBuild(Main.java:233)
        at brut.apktool.Main.main(Main.java:88)

What version of the product are you using? On what operating system?
apktool_2.0.0b7

Please provide any additional information below.

Original issue reported on code.google.com by xzho...@gmail.com on 12 Nov 2013 at 12:44

GoogleCodeExporter commented 9 years ago
All the JRE7 crap is being removed. Too buggy. See bug #527

Original comment by connor.tumbleson on 12 Nov 2013 at 12:49