desword / android-apktool

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

Will not extract non-class files, like properties #537

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Package a properties (like version.properties) in your App

What is the expected output? What do you see instead?
apktool should extract the .properties file as well.

What version of the product are you using? On what operating system?
% apktool --version
lrwxr-xr-x 1 ened admin 35 May 14 00:24 /usr/local/bin/apktool -> 
../Cellar/apktool/1.5.2/bin/apktool
lrwxr-xr-x 1 ened admin 47 May 14 00:24 
/usr/local/bin/../Cellar/apktool/1.5.2/bin/apktool -> 
/usr/local/Cellar/apktool/1.5.2/libexec/apktool
1.5.2

% uname -a
Darwin denkarium 12.5.0 Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 
2013; root:xnu-2050.48.12~1/RELEASE_X86_64 x86_64

Original issue reported on code.google.com by sebastia...@gmail.com on 24 Oct 2013 at 2:02

GoogleCodeExporter commented 9 years ago
There is no "unknown file support" in 1.5.2. Its in 2.0 branch, and pending a 
rewrite for JRE6 it will be included.

Original comment by connor.tumbleson on 24 Oct 2013 at 11:47