Problem: APK crashes on startup.
Cause: In the general Project settings I had a ’ (apostrophe) in the project title. The title was “Bitchin’ Stitchin’”. Removing the apostrophes fixed the problem.
Defold Version 1.2.96
Problem: APK crashes on startup.
Cause: In the general Project settings I had a ’ (apostrophe) in the project title. The title was “Bitchin’ Stitchin’”. Removing the apostrophes fixed the problem.
Defold Version 1.2.96
Thank you for reporting this! I’ve created a ticket to track this issue (DEF-2436).
There is a work around:
AndroidManifest.xml
from bob/com/dynamo/bob/bundle/resources/android
to your projectgame.project
AndroidManifest.xml
and change from project.title
to project.display_title
for the <application>
tag and the <activity>
tag for com.dynamo.android.DefoldActivity
game.project
as a text filedisplay_title
under the [project]
sectiondisplay_title
to include the name with an apostrophe and title
to a string without any apostrophe or other special character