Questions tagged [platform-tools]

Android SDK Platform-Tools is a component for the Android SDK. It includes tools that interface with the Android platform, such as adb, fastboot, and systrace. These tools are required for Android app development. They're also needed if you want to unlock your device bootloader and flash it with a new system image.

Although some new features in these tools are available only for recent versions of Android, the tools are backward compatible, so you need only one version of the SDK Platform-Tools.

39 questions
18
votes
3 answers

The sdk platform-tools (23.1) is too old to check APIs compiled with API 24; please update

I am getting this error on the latest version of Android Studio and while I have installed both Android SDK Platform API 24 Revision 1 and Android SDK Build-Tools 24. I have also tried File>Invalidate Caches/ Restart... and Build>Rebuild…
16
votes
2 answers

Gradle sync Error on Android Studio 3.1 Canary 3

Hey fellows after update Android Studio to 3.1 Canary 3 I've just created fresh project but gradle synchronization failed…
murt
  • 3,790
  • 4
  • 37
  • 48
12
votes
9 answers

The SDK platform-tools version (24.0.4) is too old to check APIs compiled with API 25; please update

I am getting this error on the latest version of Android Studio and while I have installed both Android SDK Platform API 25 and Android SDK Build-Tools 25.
9
votes
2 answers

Is there a way to install an older version of Android platform-tools?

I have been hunting around for the afternoon to try to see if there is any way to install older versions of the Android platform-tools. I have tried via sdkmanager and by the older android version but all of them seem to always link to the latest…
ALM
  • 2,555
  • 7
  • 31
  • 45
8
votes
1 answer

Travis | Android: Platform tools v26.0.2 not installing

On 26th October my Travis CI builds suddenly started to fail and none of the mentioned workarounds are working for me (like https://github.com/travis-ci/travis-ci/issues/6193). The exact issue being reported in my lint report: The SDK platform-tools…
7
votes
3 answers

Unable to create Debug Bridge Unable to detect adb version. Syntax error: ")" Upgrading Platform-tools 23.0.1 to 23.1.0 Linux-32 bit causes Issue

I updated Platform-tools from 23.0.1 to 23.1.0 and found some of the Android integration broke. I'm running Ubuntu 14.04 32-bit with android-sdk_r24.4.1, with both android-studio (141.2456560) installed. While executing adb command it keeps on…
Bhavesh Patadiya
  • 25,740
  • 15
  • 81
  • 107
6
votes
3 answers

The sdk platform-tools version (26.0.2) is too old to check APIs compiled with API 27; please update

I'm using IntelliJ Idea Community Edition 2017.2.5 and am building an Android app. My problem is that even if in my app (Gradle) I have: apply plugin: 'com.android.application' android { compileSdkVersion 27 buildToolsVersion "27.0.0" …
zed
  • 183
  • 5
  • 12
5
votes
1 answer

Visual studio platform toolset vs Windows SDK

Why does Microsoft visual studio has different configuration properties for settings 'Windows SDK' and 'platform toolset' in same project? I have the understanding that every windows SDK provides new/different version of platform toolset. So how…
user13003546
4
votes
3 answers

sdkmanager Warning: Failed to download any source lists

Ive been working on this problem for like hours and tried everything, but I cant get past this roadblock. I intend to create an APK using Apache Cordova, while trying to execute sdkmanager --list I get this output: C:\Windows\system32>sdkmanager…
Pratik Agarwal
  • 300
  • 4
  • 16
3
votes
2 answers

my Realme device is not connect as adb devices on mac but connecting on windows fluently

device is connecting perfectly on windows but not on mac devices is not asking permission to trust this device and showing offline while running adb devices command my phone is realme 9 pro speed addition, i have tried on multiple macbook but still…
3
votes
3 answers

The SDK platform-tools version (24.0.1) is too old to check APIs compiled with API 25; please update

I am getting this error but I have already downloaded the missing components for the API 25 and changed the gradle file to the code bellow. I already Sync everything and it gave me 0 errors but I still get this message bellow the package name on…
Marcos Guimaraes
  • 1,243
  • 4
  • 27
  • 50
3
votes
0 answers

Ghost devices in adb devices

Some extra devices are appearing in my adb devices list: I do not have any android emulators running. I have tried: restarting computer Removing and reinstalling adb (as well as complete android sdk) "adb kill-server" works as a work-around. But…
2
votes
1 answer

Failed to download any source list - android SDK

I'm trying to download platform-tools from Sdk Manager. but when I run C:\android-sdk\cmdline-tools\tools\bin>sdkmanager "platform-tools" "platforms;android-28" the following warning errors are showing Warning: Failed to download any source…
2
votes
2 answers

Unable to locate adb on macOS Catalina

I am starting to learn how to do mobile programming with ReactNative on an android environment. I’m using MacOS Catalina and I’ve installed android studio and react-native-cli. I ran react-native init ShoppingList which passed Downloading template,…
Prashin Jeevaganth
  • 1,223
  • 1
  • 18
  • 42
2
votes
2 answers

How to fix "Unable to locate adb" error in AVD Manager?

I can not find any solution for this error when starting virtual device. There are some similar topics here, I know, but it seems that none of them solves my issue. I tried: uninstall/install Android SDK Platform Tools in SDK Manager add Platform…
rozerro
  • 5,787
  • 9
  • 46
  • 94
1
2 3