kuter007 / android-apktool

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

Can't add files to apk #724

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. decompile apk
2. add files to decompiled apk folder
3. recompile apk

What is the expected output? What do you see instead?
I expect the files to be included in the apk, but when I decompile again, 
they're not showing.

What version of the product are you using? On what operating system?
2.0.0-RC2 on Windows 7

Please provide any additional information below.
When I add the files to the assets folder inside the decompiled apk folder it 
does work, but I need them to be in the root folder.

Original issue reported on code.google.com by annabell...@gmail.com on 8 Dec 2014 at 10:57

GoogleCodeExporter commented 9 years ago
Create a folder called "unknown" in root of decompiled app. Put files in there. 
They will be copied to / of apk during build.

Not a bug.

Original comment by connor.tumbleson on 8 Dec 2014 at 1:10