kivy / python-for-android

Turn your Python application into an Android APK
https://python-for-android.readthedocs.io
MIT License
8.33k stars 1.84k forks source link

Name with apostrophe breaks build #1349

Open ghost opened 6 years ago

ghost commented 6 years ago

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 \

inclement commented 5 years ago

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

Julian-O commented 11 months ago

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