简体   繁体   English

为什么Android虚拟设备未运行我的项目?

[英]why Android Virtual Device didn't run my project?

Android didn't show my project. Android没有显示我的项目。 I am in a beginner stage. 我处于初级阶段。 When I click on the build icon top of the corner the android virtual device starts but cannot run my project. 当我单击角落顶部的构建图标时,Android虚拟设备启动,但无法运行我的项目。 It just shows the home screen. 它仅显示主屏幕。 and i get this error again and again. 而且我一次又一次地收到此错误。 I am using AMD processo. 我正在使用AMD processo。 So i cannot install intel hardware acceleration app. 所以我不能安装英特尔硬件加速应用程序。 The log, * daemon not running; 日志*守护程序未运行; starting now at tcp:5037 现在从tcp:5037开始

12:38 AM adb: CreateFileW 'nul' failed: The system cannot find the file specified. 上午12:38 adb:CreateFileW'nul'失败:系统找不到指定的文件。 (2) (2)

12:38 AM * failed to start daemon 12:38 AM *无法启动守护程序

12:38 AM error: cannot connect to daemon 12:38 AM错误:无法连接到守护程序

12:38 AM 'C:\\Users\\Akira\\AppData\\Local\\Android\\Sdk\\platform-tools\\adb.exe start-server' failed -- run manually if necessary 12:38 AM'C:\\ Users \\ Akira \\ AppData \\ Local \\ Android \\ Sdk \\ platform-tools \\ adb.exe启动服务器'失败-必要时手动运行

The first image is my build project. 第一张图片是我的构建项目。 run screen 运行画面

The emulator screen Android emulator 模拟器屏幕Android模拟器

Welcome to SO community 欢迎来到SO社区

There might be a couple of reasons of your problem, so start off by below 您的问题可能有多种原因,因此请从下面开始

In terminal bottom tab, 在终端底部标签中,

在此处输入图片说明

Go to the location of your sdk tools under ..\\sdk\\platform-tools, and then run below commands 转到.. \\ sdk \\ platform-tools下的sdk工具的位置,然后在以下命令下运行

adb kill-server
adb start-server

and let me if you need further support. 如果需要进一步的支持,请允许我。

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

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