desword / android-apktool

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

Still have issue building wechat.apk #582

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Several weeks ago, I reported in issue 570 that I can not build wechat.apk. 
After manually fixing all those resource issue, I finally met this error 
message. Any idea how to fix this error? Thanks!

C:\01-Work\decode\wechat>java -jar C:\BJEC\apktool.jar b -o wc.apk 
C:\01-Work\decode\wechat\com.tencent.mm-1
I: Using Apktool 2.0.0-Beta7 on com.tencent.mm-1
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" brut.androlib.AndrolibException: 
java.io.IOException: Unable to get effective rights from ACL: Overlapped I/O 
operation is in progress.
        at brut.androlib.Androlib.buildUnknownFiles(Androlib.java:570)
        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)
Caused by: java.io.IOException: Unable to get effective rights from ACL: 
Overlapped I/O operation is in progress.

        at sun.nio.fs.WindowsFileSystemProvider.getEffectiveAccess(Unknown Source)
        at sun.nio.fs.WindowsFileSystemProvider.checkAccess(Unknown Source)
        at com.sun.nio.zipfs.ZipFileSystem.<init>(ZipFileSystem.java:124)
        at com.sun.nio.zipfs.ZipFileSystemProvider.newFileSystem(ZipFileSystemProvider.java:117)
        at java.nio.file.FileSystems.newFileSystem(Unknown Source)
        at java.nio.file.FileSystems.newFileSystem(Unknown Source)
        at brut.androlib.Androlib.insertFolder(Androlib.java:598)
        at brut.androlib.Androlib.buildUnknownFiles(Androlib.java:565)
        ... 4 more

Original issue reported on code.google.com by xwz7...@gmail.com on 4 Jan 2014 at 4:49

GoogleCodeExporter commented 9 years ago
This issue is caused of #527

Original comment by connor.tumbleson on 4 Jan 2014 at 12:06

GoogleCodeExporter commented 9 years ago
Hi There

What shall I do to move ahead? Is there a new version apktool I can use?

thanks!

Original comment by xwz7...@gmail.com on 4 Jan 2014 at 8:54