platform-tools

Visual studio platform toolset vs Windows SDK

淺唱寂寞╮ 提交于 2020-07-09 13:19:31
问题 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 does it make sense to specify platform toolset of say Windows 10 SDK and at the same time setting the SDK option to say Windows 8.1 SDK in the same project? Very confusing. 回答1: Accoding to the Doc For the Windows target platform, Windows SDK Version

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

China☆狼群 提交于 2020-01-11 08:16:48
问题 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. 回答1: I had a similar problem. Updating Android Studio to version 2.2.2 (latest at the time of this writing) and Gradle version to 2.2.2 (latest at the time of this writing) in project_name/build.gradle file fixed this issue. For reference, this is my config in project_name/app/build.gradle file: minSdkVersion = 19 targetSdkVersion = 25

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

限于喜欢 提交于 2019-12-11 08:32:59
问题 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 version of platform-tools . I am trying to do this without Android Studio . This also makes it difficult to create server's with the same version since it is constantly pulling the latest version when we provision a new system. I have looked at the

Ghost devices in adb devices

不想你离开。 提交于 2019-12-10 18:27:47
问题 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 these devices re-appear after some time. I have the latest android platform tools installed (version 23.1). May be it is a bug in this version. Any ideas? 来源: https://stackoverflow.com/questions/34497968/ghost-devices-in-adb-devices

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

心已入冬 提交于 2019-12-10 12:29:18
问题 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 Project. EDIT: I have also followed all instructions under Android Developers, but I still get this error. Thanks in advance for any answers. 回答1: It's not an error. It's just a warning given by Android Studio since the compileSdkVersion 24 is greater than

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

自闭症网瘾萝莉.ら 提交于 2019-12-01 15:30:00
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. I had a similar problem. Updating Android Studio to version 2.2.2 (latest at the time of this writing) and Gradle version to 2.2.2 (latest at the time of this writing) in project_name/build.gradle file fixed this issue. For reference, this is my config in project_name/app/build.gradle file: minSdkVersion = 19 targetSdkVersion = 25 compileSdkVersion = 25 buildToolsVersion = "25" supportLibraryVersion = "25.0.0" And this is my dependencies in

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 [duplicate]

China☆狼群 提交于 2019-11-28 00:17:16
问题 This question already has an answer here: android studio adb Syntax error: “)” unexpected 4 answers 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 saying below message : Unable to create Debug Bridge: Unable to start adb server: Unable to detect adb version, adb output: /home/bhavesh/android-sdk