开发者

Why is my Android Emulator crashing?

开发者 https://www.devze.com 2023-01-31 11:46 出处:网络
I\'m developing a application that works on linux. I want to port this to the Android SDK Emulator. But everytime I start the application the emulator crashed wi开发者_高级运维th a segmentation fault.

I'm developing a application that works on linux. I want to port this to the Android SDK Emulator. But everytime I start the application the emulator crashed wi开发者_高级运维th a segmentation fault.

Somebody has any clue why a selfmade program that's running on the Android Emulator could crash the entire emulator?


Can you post up some code examples / logs of what is happening? You don't provide enough information for us to suggest why it would fail.

Best thing I can advise is to create a new emulator (only takes a few clicks) and try deploying your app on that, possibly try a different version.

If you can post up some logs/code examples of what might cause this, we can provide better answers


Another debugging point to try would be launching a demo application/Hello Android on the emulator, to see if it is your application specifically.


Apparently there was a bug in the version of the emulator that I used. When I updated the emulator to the latest version, it was solved.

0

精彩评论

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