python-for-android icon indicating copy to clipboard operation
python-for-android copied to clipboard

Name with apostrophe breaks build

Open ghost opened this issue 7 years ago • 1 comments

Specifying p4a ... --name "Tom's App" will break the build:

/root/.local/share/python-for-android/dists/unnamed_dist_1/build/intermediates/res/merged/release/values/values.xml:3: AAPT: Apostrophe not preceded by \

ghost avatar Sep 04 '18 12:09 ghost

Does it work if you do precede the apostrophe with a ?

inclement avatar Jan 30 '19 23:01 inclement

Presumably we should escape the values being written into an XML file.

Julian-O avatar Nov 16 '23 01:11 Julian-O