I'm still using .jet extensión.
Android compress any file except this list:
".jpg", ".jpeg", ".png", ".gif",
".wav", ".mp2", ".mp3", ".ogg", ".aac",
".mpg", ".mpeg", ".mid", ".midi", ".smf", ".jet",
".rtttl", ".imy", ".xmf", ".mp4", ".m4a",
".m4v", ".3gp", ".3gpp", ".3g2", ".3gpp2",
".amr", ".awb", ".wma", ".wmv"
http://ponystyle.com/blog/2010/03/26/dea...roid-apps/
After create data.pak with converter tool, I add .jet extensión, so the final name is Data.pak.jet and it isn't compressed by Android and Esenthel engine can read it. [Paks.add("Data.pak.jet")]
Carefull with uppercases , it's data.pak or Data.pak ?
And one more thing, are you compiling for android with code editor or eclipse?