What steps will reproduce the problem?
1. Make application with apktool. and it's running for a while (I make web
application)
2. above application decode some apk file
3. above apk file not close (if try to delete it then warn that in use)
What is the expected output? What do you see instead?
I expect to apk file close
What version of the product are you using? On what operating system?
I use apktool 1.4.1 and OS is Windows 7(64bit).
I use jdk 1.6.0_26
Please provide any additional information below.
I found cause of problem
- never close ZipFile in ZipRODirectory
- do not close stream in getResPackagesFromApk method of AndrolibResources
I really appreciate your project.
I'm sorry about my poor english.
thank you very much.
Original issue reported on code.google.com by dck...@gmail.com on 5 Jul 2011 at 5:32
Original issue reported on code.google.com by
dck...@gmail.com
on 5 Jul 2011 at 5:32