Closed GoogleCodeExporter closed 9 years ago
They're 2 variants of exactly the same value. You could check this by yourself.
I've changed this behavior in v1.4.0 because it's much more readable to use
multiple lines than escaping with \n.
Original comment by Brut.alll
on 19 Jun 2011 at 7:24
Ahh, you should note this isn't:
<string>
</string>
as you described it, but:
<string>"
"</string>
Quotes tell Android to not ignore white spaces.
Original comment by Brut.alll
on 19 Jun 2011 at 7:26
My problem is that I use another program that reads the xml file line by line.
And it doesn't work if the value is in 2 lines. One line has to contain
everything, the key and the value.
Could you tell me what I would have to change to get everything in one line
again like it was in 1.3.2?
Thank you!
Original comment by auer.man...@gmail.com
on 19 Jun 2011 at 7:29
This should work for you: http://pastebin.com/MHX4dfsB . You will have to
modify or disable tests (mvn package -Dmaven.test.skip=true).
But take into account resource XMLs aren't 100% compatible with "normal" XML.
For example value of <tag>""</tag> is actually an empty string.
Original comment by Brut.alll
on 19 Jun 2011 at 7:49
Thank you!
This works perfectly. Maybe (just maybe ;)) you wanna make an option for it ;)
And maybe you wanna build in the quiet option too :)
Thank you again!
Original comment by auer.man...@gmail.com
on 19 Jun 2011 at 8:06
"Maybe (just maybe ;)) you wanna make an option for it"
I don't think so :-) There are many things which can be decoded in various
forms and end users of apktool probably don't care about the format I choose.
On the other hand tool developers can modify apktool sources to their needs.
I'll comment your Issue 182, don't worry ;-)
Original comment by Brut.alll
on 19 Jun 2011 at 9:52
Original issue reported on code.google.com by
auer.man...@gmail.com
on 19 Jun 2011 at 4:02