Thank you for reporting this! I’ve created a ticket to track this issue (DEF-2436).
There is a work around:
- Download bob.jar from http://d.defold.com
- Unzip bob.jar
- Copy
AndroidManifest.xmlfrombob/com/dynamo/bob/bundle/resources/androidto your project - Set this as manifest under the Android section in
game.project - Edit
AndroidManifest.xmland change fromproject.titletoproject.display_titlefor the<application>tag and the<activity>tag forcom.dynamo.android.DefoldActivity - Open
game.projectas a text file - Add a new property called
display_titleunder the[project]section - Set
display_titleto include the name with an apostrophe andtitleto a string without any apostrophe or other special character