Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Marmalade SDK: Exception cannot open file iwui_style/style.group.bin for serialising

I made a simple IW2D app with Marmalade Sdk, it worked fine in the Windows emulator but when I deployed to Android I received this exception:

cannot open file iwui_style/style.group.bin for serialising (read), Did you include this file in your mkb assets block

The solution was  to add this block to my MKB file

assets
{
(data-ram/data-gles1)
ui.group.bin
(data-ram/data-gles1)
iwui_style/style.group.bin

}


This post first appeared on Learn Android, please read the originial post: here

Share the post

Marmalade SDK: Exception cannot open file iwui_style/style.group.bin for serialising

×

Subscribe to Learn Android

Get updates delivered right to your inbox!

Thank you for your subscription

×