sky201503 / android-apktool2

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

outputstream is not closed #180

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I tried to link apktool.jar to my project in eclipse.
after calling "brut.apktool.Main.main" with parameters 
String[] st={"d", "-f", "-t",tag,filename,out_directory}
then filename.apk remaind open and could not be deleted via windows

I belive it is because a file stream is left open.

What version of the product are you using? On what operating system?
1.4.1 win7

Original issue reported on code.google.com by tzafri...@gmail.com on 18 Jun 2011 at 8:24

GoogleCodeExporter commented 9 years ago

Original comment by connor.tumbleson on 17 Nov 2012 at 8:25