python-for-android
python-for-android copied to clipboard
Name with apostrophe breaks build
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 \
Does it work if you do precede the apostrophe with a ?
Presumably we should escape the values being written into an XML file.