You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encountered the java.io.FileNotFoundException (Too many open files) when I use apktool to build lots of smali files for a large apk file in a resource restricted environment.
The real problem is:
Why not close the file (input stream) in the end of brut.androlib.src.SmaliBuilder.buildFile(..)? If there are lots of smali files to build, not closing the opened files will cause java.io.FileNotFoundException (Too many open files) in the middle of SmaliBuilder.build(..).
Looking forward to your reply.
Thanks.
Yours sincerely,
Min Cai
The text was updated successfully, but these errors were encountered:
Hi Brutall,
Thanks for your great job.
I've encountered the java.io.FileNotFoundException (Too many open files) when I use apktool to build lots of smali files for a large apk file in a resource restricted environment.
The real problem is:
Why not close the file (input stream) in the end of brut.androlib.src.SmaliBuilder.buildFile(..)? If there are lots of smali files to build, not closing the opened files will cause java.io.FileNotFoundException (Too many open files) in the middle of SmaliBuilder.build(..).
Looking forward to your reply.
Thanks.
Yours sincerely,
Min Cai
The text was updated successfully, but these errors were encountered: