I am trying to test a simple status bar notification program on Android 3.0 emulator.
When I try to run my application from eclipse, sometimes either I see a message that apk can't be installed
when I check the DDMS log, I see java outOfMemory
error. Though my application is fairly simple just one java file.
Sometimes when I launches my emulator it shut down my windows completely. I tested this on Windows XP
and Ubuntu
as well. In Ubuntu
too when emulator was about to launch completely and showing home page my OS crashes.
Any other version of Android works well on my PC like 2.2
, 2.3
. I see this issue only with 3.0
(honecomb) version. Any resolution to this?
Thanks
Manish