From 2f93ecc16fa83702033618d439dbc04820846dcb Mon Sep 17 00:00:00 2001 From: adelphes Date: Fri, 27 Jan 2017 10:19:50 +0000 Subject: [PATCH] We only need platform-tools for adb --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2344d40..21ff2b3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This is a preview version of the Android for VS Code Extension. The extension al ## Requirements -You must have [Android SDK Tools](https://developer.android.com/studio/releases/sdk-tools.html) installed. This extension communicates with your device via the ADB (Android Debug Bridge) interface. +You must have [Android SDK Platform Tools](https://developer.android.com/studio/releases/platform-tools.html) installed. This extension communicates with your device via the ADB (Android Debug Bridge) interface. > You are not required to have Android Studio installed - if you have Android Studio installed, make sure there are no active instances of it when using this extension or you may run into problems with ADB. ## Limitations