private void decodeValues() throws IOException {
nextStep("Decoding values");
try {
AndrolibResources res = new AndrolibResources();
ExtFile extFile = new ExtFile(mApkFile);
ResTable resTable = res.getResTable(extFile);
res.decode(resTable, extFile, mOutputDir);
} catch (AndrolibException ex) {
ex.printStackTrace();
throw new IOException(ex);