sky201503 / android-apktool2

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

Automatically update strings with multiple, non-positional substitutions. #157

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Since SDK2.3 aapt throws errors for strings like: "<string>%s %s</string>". 
Apktool has to able to decode apks built by older aapt and then build apk back 
using newer aapt. So we have to convert strings to format: "<string>%1$s 
%2$s</string>"

Original issue reported on code.google.com by Brut.alll on 3 May 2011 at 11:42

GoogleCodeExporter commented 9 years ago
Issue 123 has been merged into this issue.

Original comment by Brut.alll on 3 May 2011 at 12:01

GoogleCodeExporter commented 9 years ago
Issue 151 has been merged into this issue.

Original comment by Brut.alll on 3 May 2011 at 2:02

GoogleCodeExporter commented 9 years ago
Some of these issues may be caused by Issue 162. I have to do that first.

Original comment by Brut.alll on 4 May 2011 at 10:21

GoogleCodeExporter commented 9 years ago
Issue 119 has been merged into this issue.

Original comment by Brut.alll on 6 May 2011 at 9:52

GoogleCodeExporter commented 9 years ago
Fixed in 9fd97ca: http://www.multiupload.com/UZF4ZBI6H1

Original comment by Brut.alll on 10 May 2011 at 3:21