简体   繁体   English

我的Android模拟器无法正常工作

[英]My android emulator isnt working

When i load my app on the android emulator, the console tels me that everythig is running normaly. 当我在android模拟器上加载我的应用程序时,控制台会告诉我Everythig正常运行。 but the after a minnute I get this error: "[2014-09-19 20:59:27 - test] ActivityManager: WARNING: linker: libdvm.so has text relocations. This is wasting memory and is a security risk. Please fix." 但经过一分钟后,我收到此错误:“ [2014-09-19 20:59:27-测试] ActivityManager:警告:链接器:libdvm.so具有文本重定位。这浪费了内存,并且存在安全风险。请修复”。 The proses stops and nothing more happens. 散文停止了,什么也没有发生。 If I try to run an earlier verson of the app that is stil on the emulator it ses: "Unfortunaly, Test(witch is the name of my app) has stoped. Please help, Iv been stuck with this problem for over a week now. This is the mesenges I get in my console: 如果我尝试在模拟器上运行该应用程序的早期版本,则会出现以下错误:“不幸的是,测试(女巫是我的应用程序的名称)已停止。请帮助,我已经在这个问题上停留了一个多星期了这是我在控制台中遇到的问题:

[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.

Did you tried using genymotion as your emulator ? 您是否尝试过使用genymotion作为模拟器? Its much more stable and faster than default android emulator. 它比默认的android模拟器更稳定,更快。

http://www.genymotion.com/ http://www.genymotion.com/

Is your code working on real device ? 您的代码在真实设备上工作吗?

Uninstall the old version of the app and push again. 卸载旧版本的应用,然后再次推送。 This was provided as one of the answers here: Security warning on libdvm.so noticed while deploying Android apps . 这是这里的答案之一: 部署Android应用程序时注意到libdvm.so的安全警告

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM