Is there any way how to install just ADB without whole SDK?

后端 未结 8 2039
滥情空心
滥情空心 2020-12-23 19:44

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?<

相关标签:
8条回答
  • 2020-12-23 20:00

    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

    0 讨论(0)
  • 2020-12-23 20:03

    It is now available officially from Google as a separate tool. You can download it from here SDK Platform Tools Release

    0 讨论(0)
  • 2020-12-23 20:05

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

    0 讨论(0)
  • 2020-12-23 20:11

    The best way I believe however is to open Android Studio go to Tools->SDK Manager then click on the SDK Tools tab, look if there is any update available for Android SDK Platform Tools and update it if available.

    0 讨论(0)
  • 2020-12-23 20:12

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

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

    0 讨论(0)
  • 2020-12-23 20:13

    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

    0 讨论(0)
提交回复
热议问题