Crosswalk with ionic and angular crashing

Hi,

I’m using angular and ionic on my mobile Meteor app. I added the Crosswalk package. Now when I’m trying to run on an emulator with an earlier Android version, it crashes with the following error:

Error while loading asset assets/icudtl.dat: java.io.FileNotFoundException: assets/icudtl.dat

Googling this brought me to this link, saying that I should probably update to the latest Crosswalk version - but is this even possible if I want to use the official Meteor Crosswalk version? Anyone encountered the same issue and found a fix/workaround?

Thanks!