You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to HaxeFlixel
I tried to use Tiled tilemaps in my game, everything works fine, the problem is I'm trying to figure out why my android app crashes when playstate runs. Could it be that maybe android doesn't support the FlxTiled addon? Or is it just some bug in my code?
thanks for the help
Gama11
unread,
Sep 21, 2015, 4:57:40 AM9/21/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to HaxeFlixel
Tiled should definitely work on Android - from the perspective of flixel-addons, it's pretty much the same as windows (both targets use Haxe's cpp output). What targets have you tested with?
Try adb logcat to see the error that leads to the crash.
MegaLeon
unread,
Sep 21, 2015, 8:22:23 AM9/21/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to HaxeFlixel
I used tiled maps in several android projects and can confirm it works fine.