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.xml
frombob/com/dynamo/bob/bundle/resources/android
to your project - Set this as manifest under the Android section in
game.project
- Edit
AndroidManifest.xml
and change fromproject.title
toproject.display_title
for the<application>
tag and the<activity>
tag forcom.dynamo.android.DefoldActivity
- Open
game.project
as a text file - Add a new property called
display_title
under the[project]
section - Set
display_title
to include the name with an apostrophe andtitle
to a string without any apostrophe or other special character