我的android模拟器不工作

时间:2014-09-20 08:12:51

标签: android compiler-errors emulation

当我在Android模拟器上加载我的应用程序时,控制台告诉我,everythig正常运行。但是在一分钟之后我得到了这个错误: " [2014-09-19 20:59:27 - test] ActivityManager:警告:链接器:libdvm.so有文本重定位。这会浪费内存并且存在安全风险。请修理。" 散文停止,没有更多的事情发生。如果我尝试在模拟器上运行应用程序的早期版本,那就是:"不幸的是,测试(女巫是我应用程序的名称)已停止运行。请帮助,我已经坚持这个问题超过一个星期了。这是我在控制台中获得的变化:

[2014-09-21 10:24:54 - test] ------------------------------
[2014-09-21 10:24:54 - test] Android Launch!
[2014-09-21 10:24:54 - test] adb is running normally.
[2014-09-21 10:24:54 - test] Performing com.example.test.Splash activity launch
[2014-09-21 10:24:55 - test] Uploading test.apk onto device 'emulator-5554'
[2014-09-21 10:24:55 - test] Installing test.apk...
[2014-09-21 10:25:06 - test] Success!
[2014-09-21 10:25:06 - test] Starting activity com.example.test.Splash on device emulator-5554
[2014-09-21 10:25:09 - test] ActivityManager: WARNING: linker: libdvm.so has text relocations. This is wasting memory and is a security risk. Please fix.

2 个答案:

答案 0 :(得分:0)

您是否尝试过使用genymotion作为模拟器?它比默认的android模拟器更稳定,更快。

http://www.genymotion.com/

您的代码是否在真实设备上运行?

答案 1 :(得分:0)

卸载旧版本的应用并再次推送。这是作为答案之一提供的:Security warning on libdvm.so noticed while deploying Android apps