安装Android Studio后找不到adb.exe [英] adb.exe not found after installing Android Studio

查看:1420
本文介绍了安装Android Studio后找不到adb.exe的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我安装了Android Studio 1.2.1.1,还创建了虚拟设备。我试图通过命令行安装一个应用程序(APK文件),但是在我的机器上找不到 adb.exe 文件。请帮助我在计算机上寻找 adb.exe 文件的位置。

I installed Android Studio 1.2.1.1 and also created virtual device. I am trying to install one app (APK file) through command line but I could not find adb.exe file on my machine. Please help where should I look for adb.exe file on the machine.

推荐答案

adb.exe文件将位于平台工具内的Android SDK文件夹中

The adb.exe file will be located at your Android SDK folder, inside platform-tools

...\android-sdk-path\platform-tools\adb.exe

Android SDK的默认位置安装的是:

The default location where Android SDK is installed is:

C:\Users\<insert username here>\AppData\Local\Android\sdk\

因此adb将位于:

C:\Users\<insert username here>\AppData\Local\Android\sdk\platform-tools\adb.exe






要在命令行中访问它,请打开cmd .exe并输入:


To access it on a command line, open cmd.exe and type:

cd C:\Users\<insert username here>\AppData\Local\Android\sdk\platform-tools\

然后输入正常命令

adb <insert parameters here>

这篇关于安装Android Studio后找不到adb.exe的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆