Is there any way how to install just ADB without w

2019-01-31 17:05发布

I need to install just ADB on customer´s PC to connect to android phone and install apk there. And because of SDK size is it possible to do it without installing whole SDK?

标签: android sdk adb
6条回答
三岁会撩人
2楼-- · 2019-01-31 17:32

just copy the following files from any existing android sdk/platoform-tools folder to your pc and it should work

AdbWinUsbApi.dll AdbWinApi.dll adb.exe

查看更多
Melony?
3楼-- · 2019-01-31 17:34

Unfortunately, due to platform tools being moved to a separate package the method above doesn't work any more.

Edit: The new page is here with no info: http://wiki.cyanogenmod.org/w/Doc:_sdk_intro

But the old wiki is still available here: http://oldwiki.cyanogenmod.org/wiki/Howto:_Install_the_Android_SDK/Windows

查看更多
看我几分像从前
4楼-- · 2019-01-31 17:39

Yes you can

Installing ADB in windows without Download Android SDK

  1. Firstly, you'll need a program that can partially download contents of zip files from the internet.
  2. Once that's set up, go to the SDK download page and grab the link to the SDK.
  3. In the zip file, navigate to "android-sdk-windows\tools"
  4. From there, select only "adb.exe", "AdbWinApi.dll" and "AdbWinUsbApi.dll"
  5. Download.

Source: http://twigstechtips.blogspot.in/2011/07/android-downloading-adb-without-sdk.html

查看更多
forever°为你锁心
5楼-- · 2019-01-31 17:39

It is now available officially from Google as a separate. You can download the required tools from here SDK Platform Tools Release

查看更多
地球回转人心会变
6楼-- · 2019-01-31 17:50

You can download Minimal ADB and Fastboot from XDA developers following thread: http://forum.xda-developers.com/showthread.php?t=2317790

查看更多
别忘想泡老子
7楼-- · 2019-01-31 17:51

I got adb.exe and the required .dll files from: http://adbshell.com/downloads

Very minimalistic, but does exactly what it needs to do.

查看更多
登录 后发表回答