Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I solve MMUMapper error?

I'm new to Android App development.

I am implementing GCM (Google Cloud Messaging) in my application.

When I try to post the value to my URL, I get an error:

the Stack Trace Error and MMUMapper Error, fail to register MVA, unsupported format(0x5) and invalid operation for Unregister MVA with VA.

Does anyone have a solution? Kindly help me.

like image 686
MohanRaj S Avatar asked Oct 07 '13 20:10

MohanRaj S


1 Answers

May be it is memory management unit related error. While you work with GCM make sure to increase your app memory and -vmargs in your eclipse.ini file. And if you used play services jar you should be using it with Proguard.

like image 101
sravanalakshmi.sunkara Avatar answered Nov 09 '22 20:11

sravanalakshmi.sunkara