android-sdk-manager

Android: No version of NDK matched the requested version

半世苍凉 提交于 2020-03-17 06:46:27
问题 After updating to Android Gradle plugin 3.6.0 (released Feb 24, 2020), several project independently started failing with: No version of NDK matched the requested version 20.0.5594570. Versions available locally: 21.0.6113669 It's quite simple to "fix" this locally by installing the older expected ndk version: sdkmanager 'ndk;20.0.5594570' However, my question is: Where and how is this older version specified? And how do I update it so it matches the latest version 21.0.6113669 ? 回答1: Option

Android SDK - Do You Need to Download Sources with Android API Versions?

会有一股神秘感。 提交于 2020-01-23 15:37:09
问题 I am using Android Studio and its SDK Manager to download API versions for Android development. I am wondering if I need to download the "Sources" items for the API versions I want to work with (see screenshot below). I don't need to change any source code or anything like that; I'm just doing normal Android development. 来源: https://stackoverflow.com/questions/59404778/android-sdk-do-you-need-to-download-sources-with-android-api-versions

Android SDK - Do You Need to Download Sources with Android API Versions?

我们两清 提交于 2020-01-23 15:37:05
问题 I am using Android Studio and its SDK Manager to download API versions for Android development. I am wondering if I need to download the "Sources" items for the API versions I want to work with (see screenshot below). I don't need to change any source code or anything like that; I'm just doing normal Android development. 来源: https://stackoverflow.com/questions/59404778/android-sdk-do-you-need-to-download-sources-with-android-api-versions

Xamarin 'Resource.Layout' does not contain a definition for 'Tabbar' error

给你一囗甜甜゛ 提交于 2020-01-21 08:20:15
问题 I've created a basic xamarin.forms project (with PCL code sharing strategy) and I'm getting error for the following two lines in MainActivity::OnCreate() TabLayoutResource = Resource.Layout.Tabbar; ToolbarResource = Resource.Layout.Toolbar; CS0117 'Resource.Layout' does not contain a definition for 'Tabbar' CS0117 'Resource.Layout' does not contain a definition for 'Toolbar' The resource files exist as Resources\layout\Tabbar.axml and Resources\layout\Toolbar.axml and the build action for

Android Studio 2.3 sdk manager tabs grayed out

好久不见. 提交于 2020-01-12 07:42:20
问题 Android Studio 2.3 --> Configure -> SDK Manager. These tabs are grayed out: SDK Tools, SDK Update Sites. Also, checkbox "Show Package Details" is grayed. The system updates normally. There are no error messages. I think this happened at some point with Studio 2.2. But the standalone SDK manager, which has been deprecated with 2.3, always worked. With 2.3, I can update what is there, but I cannot install/delete packages. I reviewed some of the previous reports of similar errors. I have tried:

Missing extras folder in sdk manager in android studios

陌路散爱 提交于 2020-01-05 04:06:13
问题 There is no extras folder in sdk manager in my android studios.Why is it so? 回答1: You can use the launch standalone sdk manager link at the bottom of the sdk manger as you can see in the screen shot. 来源: https://stackoverflow.com/questions/41407917/missing-extras-folder-in-sdk-manager-in-android-studios

Titanium Studio Mac OS 10.9 Android SDK Manager not fetching Packages

血红的双手。 提交于 2020-01-03 05:13:15
问题 Can someone help or direct me in the right path? I am at a predicament. I believe my issue has something to do with my internet connection being filtered sine i am not in North America at the moment. System Specifications and issue: Installed: Titanium Studio 3.4.0 OS: Mac OS 10.9.5 Mavericks Titanium SDK default path: /Users/"name"/Library/Application Support/Titanium/ (has a folder labled 'sdk' and 'mobilesdk' in it) Android SDK default path: /Users/"name"/Library/Application Support

Android SDK Manager won't start/open

亡梦爱人 提交于 2020-01-02 00:27:49
问题 I know this is a common problem, and I have tried several solutions and none of them work for me. I have deleted everything and started over. Could someone try to help me to get this to work? I have these folders: C:\Android\adt-bundle-windows-x86_64-20140702 C:\Android\android-ndk-r8e C:\Android\android-sdk-windows C:\Program Files\Java\jdk1.7.0_67 C:\Program Files\Java\jdk1.8.0_05 C:\Program Files\Java\jre7 C:\Program Files\Java\jre8 When trying to run android.bat: C:\Android\android-sdk

Can't update \tools - Android SDK Command Line Tools for Windows

谁说胖子不能爱 提交于 2019-12-28 05:36:05
问题 I have just downloaded the Android SDK Command Line tools for Windows (26.0.2). I am attempting to download selected SDK components using \tools\bin\sdkmanager.bat, as well as updating \tools. The installation fails with the following message: Warning: An error occurred during installation: Failed to move away or delete existing target file: C:\testinstall\sdk\tools Move it away manually and try again.. I don't see how I can remove \tools manually because it contains \bin\sdkmanager.bat.

Is GUI for Android SDK manager gone?

爷,独闯天下 提交于 2019-12-27 16:38:07
问题 I rarely do something for Android so I'm a bit confused. While back there were two type of installations - Android Studio and just Android SDK. I have IDEA so I don't need Studio. Typically I download SDK that have UI tool to download its components. I just got https://dl.google.com/android/repository/tools_r25.2.3-linux.zip and I can't see UI SDK Manager in it. There is bin/sdkmanager shell script. But it's kinda inconvenient for my purpose because going through output of --list , copy