lnln1111 / android-apktool

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

How to add the extras source folder while rebuild the apk #331

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. apktool d -f hello.apk hello
2. cp ~/html hello
3. apktool b ouput hello.apk 

What is the expected output? What do you see instead?
I want to add the html source folder to the new apk, but not found.

What version of the product are you using? On what operating system?
v1.3.2 / Mac

Please provide any additional information below.

Original issue reported on code.google.com by 54Mira...@gmail.com on 15 Jun 2012 at 6:33

GoogleCodeExporter commented 9 years ago
Currently only folders such as assets/, res/, smali/ & libs/ (might be 
forgetting one), but this is intended functionality.

Need to copy unknown folders over.

Original comment by connor.tumbleson on 16 Nov 2012 at 1:02