android-sdk-manager

Can't find Android Support Repository in SDK Manager

一笑奈何 提交于 2019-11-28 02:48:38
问题 I am following this: https://developer.android.com/sdk/installing/adding-packages.html At step 2, I can't seem to find an option to download Android Support Repository in the Extras folder. In the extras folder, you can see there's no option to download it. Am I doing anything wrong? 回答1: Under Tools , select Android SDK Tools and Android SDK Platform-tools and update. Once updated, restart your SDK Manager. Android Support Repository will now be available under Extras . 回答2: I also faced the

Unknown error: Unable to build: the file dx.jar was not loaded from the SDK folder

孤人 提交于 2019-11-27 21:52:50
When I try to run my Android project on Eclipse ADT, I see this in the Console: [2017-03-24 15:34:41 - Dex Loader] Failed to load C:\Users\jaimemontoya\android-sdks\build-tools\26.0.0-preview\lib\dx.jar [2017-03-24 15:34:41 - CouponClub] Unknown error: Unable to build: the file dx.jar was not loaded from the SDK folder! I am using Eclipse Neon.2 Release (4.6.2): This is the package configuration I have as seen from the Android SDK Manager: What I understand from that error is that it failed to load dx.jar because it is trying to load it "from the SDK folder". The message even uses an

Android appcompat v7:23

折月煮酒 提交于 2019-11-27 21:19:58
Today, Google released SDK 6 API 23+. I tried to create a project with the API 23, but I'm having the following problem: Failed to resolve: com.android.support:appcompat-v7:23.0 Here's my gradle file: android { compileSdkVersion 23 buildToolsVersion "23.0.0" defaultConfig { applicationId "my.package" minSdkVersion 17 targetSdkVersion 23 versionCode 1 versionName "1.0" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } } dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) wearApp project(':wear')

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

断了今生、忘了曾经 提交于 2019-11-27 20:00:53
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. Screenshot of the sdkmanager command: All other components appear to install without error. See below for

How do I download the Android SDK without downloading Android Studio?

北城余情 提交于 2019-11-27 10:13:57
As of the moment, I am running a Windows 8.1 PC that does not have the storage or the RAM for a IDE like Android Studio or Eclipse. I want to download the Android SDK tools, without the IDE. How can this be accomplished? You can find the command line tools at the downloads page under the "Command line tools only" section. These are the links provided in the page as of now (version 26.1.1): Windows no installer: https://dl.google.com/android/repository/sdk-tools-windows-4333796.zip MacOSX: https://dl.google.com/android/repository/sdk-tools-darwin-4333796.zip Linux: https://dl.google.com/android

Unknown error: Unable to build: the file dx.jar was not loaded from the SDK folder

心不动则不痛 提交于 2019-11-27 04:32:28
问题 When I try to run my Android project on Eclipse ADT, I see this in the Console: [2017-03-24 15:34:41 - Dex Loader] Failed to load C:\Users\jaimemontoya\android-sdks\build-tools\26.0.0-preview\lib\dx.jar [2017-03-24 15:34:41 - CouponClub] Unknown error: Unable to build: the file dx.jar was not loaded from the SDK folder! I am using Eclipse Neon.2 Release (4.6.2): This is the package configuration I have as seen from the Android SDK Manager: What I understand from that error is that it failed

How can I install the GUI android SDK manager without installing Android Studio

China☆狼群 提交于 2019-11-27 00:30:49
问题 Note that this question Is GUI for Android SDK manager gone? has been answered with a solution that was correct in the past, but no longer addresses the problem. In the past I have run Intelij Idea to develop Android projects, and the GUI SDK manager was available. Returning to Android development I now find https://developer.android.com/studio/index.html only offers a command line stand alone SDK manager. How can I install the GUI SDK manager? I am considering installing Android Studio just

Is GUI for Android SDK manager gone?

大憨熊 提交于 2019-11-26 21:29:03
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-pasting packages names and running sdkmanager would take too much time. What's the way of installing this

How do I download the Android SDK without downloading Android Studio?

元气小坏坏 提交于 2019-11-26 15:08:43
问题 As of the moment, I am running a Windows 8.1 PC that does not have the storage or the RAM for a IDE like Android Studio or Eclipse. I want to download the Android SDK tools, without the IDE. How can this be accomplished? 回答1: You can find the command line tools at the downloads page under the "Command line tools only" section. These are the links provided in the page as of now (version 26.1.1): Windows no installer: https://dl.google.com/android/repository/sdk-tools-windows-4333796.zip MacOSX

Failed to run sdkmanager --list with Java 9

China☆狼群 提交于 2019-11-26 03:49:55
问题 I downloaded and installed: JDK ( jdk-9.0.1_osx-x64_bin.dmg ) from Oracle here Android SDK ( sdk-tools-darwin-3859397.zip ) from Google here. After configuring the PATH variable, I tried running sdkmanager , which replaced the android command for managing SDK components. However, it failed as shown here: $ sdkmanager --list Exception in thread \"main\" java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema at com.android.repository.api.SchemaModule$SchemaModuleVersion.<init>