开发者

android- Application running problem because of emulator

开发者 https://www.devze.com 2023-03-16 22:13 出处:网络
When i am running my application. i am getting this problem \"emulator.exe has encountered a problem and needs to clos开发者_如何学JAVAe. we are sorry for the inconvenience.\" How to handle this type

When i am running my application. i am getting this problem "emulator.exe has encountered a problem and needs to clos开发者_如何学JAVAe. we are sorry for the inconvenience." How to handle this type error at the same time my logcat file showing empty. is any emulator installation problem? How to handle this can anybody help me.

thanks.


go to command prompt>> and cd path where your android install cd d:\android-sdk-windows\platform-tools\ run command d:>adb kill-server d:>adb start-server


Have you gone through these instructions

Try Minimum API level=8 (that would be Android 2.2.)

Failing that. Note the Eclipse and JVM versions in the system requirements. I would stick with Eclipse "Classic" (3.5) if you're just trying to get your feet wet. Ensure that your JVM version is compatible.


I got a similar problem with a Xoom emulator. Not sure what caused it, but removing the AVD and recreating it solved the problem for me.


Go to "Window" - > "Show View" - > "Devices" After this you will be able to view devices in the bottom of your eclipse. Choose View Menu option and reset your adb. That's help you.

0

精彩评论

暂无评论...
验证码 换一张
取 消