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?
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
- Android OverlayItem.setMarker(): Change the marker
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
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
Yes you can
Installing ADB in windows without Download Android SDK
Source: http://twigstechtips.blogspot.in/2011/07/android-downloading-adb-without-sdk.html
It is now available officially from Google as a separate. You can download the required tools from here SDK Platform Tools Release
You can download Minimal ADB and Fastboot from XDA developers following thread: http://forum.xda-developers.com/showthread.php?t=2317790
I got
adb.exe
and the required.dll
files from: http://adbshell.com/downloadsVery minimalistic, but does exactly what it needs to do.