我是编码的新手,我正在学习使用Android Studio创建Android应用程序。一切都很好,我真的很享受学习过程,然后有一天,“Run App”功能停止了工作。
我试图弄清楚出了什么问题已经有几天了,可以肯定地说我的耐心程度已经过测试。我不知道该怎么办,因为似乎什么都没有用。
我已多次卸载并重新安装,并检查了所有设置。我没有太多运气在网上找到与此问题有关的任何内容。我唯一能做的就是开始使用Genymotion。但是,我仍然希望解决此问题并确保Android Studio正常运行。
以下文字来自Android Studio上的事件日志:
8:06 PM Emulator: emulator: ERROR: Missing initial data partition file: C:\Users\Alpha1\.android\avd\Nexus_5X.avd/userdata.img
8:06 PM Emulator: Failed to create vcpu 0
8:06 PM Emulator: Failed to create vcpu 0
8:06 PM Emulator: Failed to create HAX vcpu
8:06 PM Emulator: Process finished with exit code -1
我非常感谢能够帮助解决这个问题的任何人。
答案 0 :(得分:0)
我在我的计算机上卸载并重新安装了我的AMD Radeon R7 200系列GPU软件并且允许模拟器再次启动并显示我的应用程序,我不认为我已经完全解决了这个问题,因为我的Logcat不断更新。这是我从logcat中提取的一些文本:
04-11 11:37:40.031 1623-4820/? W/android.os.Debug: failed to get memory consumption info: -1
04-11 11:37:40.282 1623-4820/? E/memtrack: Couldn't load memtrack module
04-11 11:37:40.282 1623-4820/? W/android.os.Debug: failed to get memory consumption info: -1
04-11 11:37:40.532 1623-4820/? E/memtrack: Couldn't load memtrack module
04-11 11:37:40.532 1623-4820/? W/android.os.Debug: failed to get memory consumption info: -1
04-11 11:37:40.782 1623-4953/? E/memtrack: Couldn't load memtrack module
04-11 11:37:40.782 1623-4953/? W/android.os.Debug: failed to get memory consumption info: -1
04-11 11:37:40.793 2160-28845/? I/NetRec: [2446] yle.a: Refreshing scores for 1 networks.
04-11 11:37:40.796 2160-28845/? W/NetRec: [2446] yle.a: Could not send request to get scores.
04-11 11:37:40.796 2160-28845/? I/NetRec: [2446] NetRecChimeraGcmTaskService.a: Still entries pending update, scheduling new rapid_refresh_scores_task refresh.
如果我能够提供任何进一步的信息,我会。