【问题标题】:Emulation of Android Wear takes foreverAndroid Wear 的仿真需要很长时间
【发布时间】:2015-06-26 23:37:30
【问题描述】:

我正在使用 Android Studio 运行默认的新项目主题之一,但是当我模拟时,它需要很长时间(它实际上从未真正达到我可以看到应用程序的地步)。我想知道 Android Studio 设置中是否存在一些潜在问题?

显示这一点并卡住:

这是我在 AVD 控制面板中看到的:

/Users/mona/Library/Android/sdk/tools/emulator -avd Android_Wear_Square_API_22 -netspeed full -netdelay none

Device Android_Wear_Square_API_22 [emulator-5554] is online, waiting for processes to start up..

【问题讨论】:

    标签: android android-studio android-emulator wear-os


    【解决方案1】:

    问题是我为 arm 安装了 AVD 设备,而我应该为 x86 安装一个,因为我有一个 Intel CPU。

    所以在我的情况下,您应该为 x86 ABI 安装 Lollilop level 22 而不是 armeabi-v7a。希望对您有所帮助。模拟器应该会在 60 秒内运行应用程序。

    【讨论】:

      猜你喜欢
      • 2014-01-14
      • 2016-10-21
      • 2014-07-29
      • 2018-04-26
      • 2014-05-30
      • 1970-01-01
      • 1970-01-01
      • 2013-09-07
      • 2020-08-26
      相关资源
      最近更新 更多