i tested the xdk export options since two days, the cordova "Android" option produces very small apk's and they run smooth, however i encountered a bug regarding sounds, if in construct "preload sounds" in project properties is set to "yes" the apk will hang at preloading the sounds and never start, if set to "no" the game loads and runs but no sound is playing (the same project build with crosswalk doesnt hang on the preload part and it plays sounds even if "preload sounds" is set to no.).
i played around with enabling and disabling cordova plugins but none of that worked.
Is there maybe an external plugin that fixes that?
i made a little test capx where a sprite is set visible if something is played, in the resulting apk it does show this sprite for a short moment(not long enough for the sound to finish) once