As I understand it, Android will only play AAC format audio if it\'s encoded as MPEG-4 or 3GPP.
I\'m able to play AAC audio encoded as M4A when it\'s local to the ap
try --
1) MP.prepareAsync()
MP.prepareAsync()
2) onPrepared() { mp.start() }
onPrepared() { mp.start() }