Skip to content

Dialogic 1.4.1 Crashing on Android #879

Answered by zaknafean
frederickiv43 asked this question in Q&A
Discussion options

You must be logged in to vote

So the 'custom event folder' bug is a bit of a red herring. It's annoying, but not causing the problem. You're not the first to suffer from this as #841 shows, and I recently got hit with it as well. I think I found the solution, and it should be going into 1.4.2 soon. But if you want to see if it works for you immediately

Find export_plugin.gd, which should be at res://addons/dialogic/Other/export_plugin.gd and add the following starting at line 4 (first thing after the function declaration)

# This fixes the android export 'multiple file in zip' bug
	for feature in features:
		if feature == "Android":
			return

In addition make sure you're export configuration contains the following

If…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@zaknafean
Comment options

Answer selected by zaknafean
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants