Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Special characters in app title #439

Open
Alamot opened this issue Dec 17, 2016 · 0 comments
Open

Special characters in app title #439

Alamot opened this issue Dec 17, 2016 · 0 comments

Comments

@Alamot
Copy link

Alamot commented Dec 17, 2016

I have an app with an apostrophe (a single quote) in its title:

[app]
title = Alamot's Matchstick Puzzles

This worked fine with the old "android" toolchain but the 'android_new' toolchain prints this:

[aapt] .buildozer/android/platform/build/dists/matchsticks_full/res/values/strings.xml:3: error: Apostrophe not preceded by \ (in Alamot's Matchstick Puzzles)

If I escape the ' in buildozer.spec like this:

[app]
title = Alamot\'s Matchstick Puzzles

then it prints:

com.android.sdklib.build.ApkCreationException: Failed to create /.buildozer/android/platform/build/dists/matchsticks_full/bin/Alamot/sMatchstickPuzzles-1.22-debug-unaligned.apks': No such file or directory

(Note the Alamot/s)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants