模拟器不起作用:无法执行应用

时间:2019-03-21 08:38:51

标签: android android-emulator

我是android studio的新手。有一个问题:我无法在模拟器中执行我的应用程序。创建新项目时,选择“基本活动”。如您所知,这里有文本“ hello world”,我也可以执行而无需更改任何代码。但是当模拟器执行程序时,什么也没显示!

  1. 未检测到USB设备或正在运行的仿真器:我对此感到震惊。但是另一个人说这个问题可以忽略。

2。我可以在“打开模块”设置中更改构建类型变量吗?

这是模拟器正在执行。没啥事儿! enter image description here

请帮助我!谢谢!

4 个答案:

答案 0 :(得分:0)

您是否还创建了任何虚拟设备?

如果这样做,则可以尝试清空活动。

答案 1 :(得分:0)

首先,使用Android Studio的Invalidate cache and restart选项。

如果不起作用,请将System Image更新到最新版本,然后重新启动IDE。(如果已更新到最新版本,则下载旧版本并进行测试。)

答案 2 :(得分:0)

如果要在模拟器上运行应用程序,则需要先进行设置。 这是设置模拟器的步骤:

  1. 转到AVD Manager。 enter image description here

  2. 创建新的虚拟设备 enter image description here

  3. 选择设备规格 enter image description here

  4. 选择要在该模拟器中安装的系统映像。如果尚未下载系统映像,则需要下载它们。 enter image description here

  5. 选择设备硬件规格 enter image description here

  6. 然后单击Finish。 Android Studio会自动为您生成Emulater。 enter image description here

  7. 再次打开AVD Manager,您将看到一个仿真器。只需运行它,即可安装您的应用程序

答案 3 :(得分:0)

首先,您可以尝试:

  • Make sure in your phone is enable the settings "Debug USB" Here the instructions或堆栈溢出Here
  • install drivers/tools from SDK Manager (You can find sdk manager in top left of the screen with the icon of a cube with an arrow down) in the menu "SDK Tools"

enter image description here

如果这不能解决您的问题,我建议:

  • Install the emulator again from SDK Manager

以一种极其极端的方式:

  • install android studio again