我是android studio的新手。有一个问题:我无法在模拟器中执行我的应用程序。创建新项目时,选择“基本活动”。如您所知,这里有文本“ hello world”,我也可以执行而无需更改任何代码。但是当模拟器执行程序时,什么也没显示!
2。我可以在“打开模块”设置中更改构建类型变量吗?
请帮助我!谢谢!
答案 0 :(得分:0)
您是否还创建了任何虚拟设备?
如果这样做,则可以尝试清空活动。
答案 1 :(得分:0)
首先,使用Android Studio的Invalidate cache and restart
选项。
如果不起作用,请将System Image
更新到最新版本,然后重新启动IDE。(如果已更新到最新版本,则下载旧版本并进行测试。)
答案 2 :(得分:0)
如果要在模拟器上运行应用程序,则需要先进行设置。 这是设置模拟器的步骤:
答案 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"
如果这不能解决您的问题,我建议:
Install the emulator again from SDK Manager
以一种极其极端的方式:
install android studio again