The solution for me was here:
http://stackoverflow.com/questions/1...dt-environment
From what I understand, the problem is occurring because your max heap size is being exceeded during some processing event - be it in the development kit or while emulating. The good thing is that you can alter the max heap size in the android.ini file (it's at the very end.) I changed...
Leave a comment: