build-tools

'ERROR: Failed to resolve: com.android.support:appcompat-v7:29.0.1' [duplicate]

夙愿已清 提交于 2019-11-26 21:10:35
This question already has an answer here: Android Studio keeps refusing to resolve com.android.support:appcompat-v7:29.0.1 4 answers I want to try Intellij Platform for android development but even after fresh it shows gradle failures. Please help. I have tried tweaking the line implementation 'com.android.support:appcompat-v7:29.+' to some other versions but to no avail. Here is my module level gradle apply plugin: 'com.android.application' android { compileSdkVersion 29 buildToolsVersion "29.0.1" defaultConfig { applicationId "com.example.myapplication" minSdkVersion 23 targetSdkVersion 29

How to install Android SDK Build Tools on the command line?

五迷三道 提交于 2019-11-26 19:10:49
I want to setup the Android dev environment from command line, and encounter the following issue: wget http://dl.google.com/android/android-sdk_r22.0.5-linux.tgz after extract the file, run tools/android update sdk --no-ui However, it is too slow on running Fetching https://dl-ssl.google.com/android/repository/addons_list-2.xml The result is that nothing in folder build-tools, and I want is aapt and apkbuilder, since I want to build apk from command line without ant. Nate By default, the SDK Manager from the command line does not include the build tools in the list. They're in the "obsolete"

Cannot install Support repository and sync project in Android Studio

筅森魡賤 提交于 2019-11-26 15:45:25
问题 I am trying to use the support libraries of version 25.2.0 so I will be able to use the CameraKit library. I have got the newest build tools downloaded: and the support repository: my gradle file: apply plugin: 'com.android.application' android { compileSdkVersion 25 buildToolsVersion '25.0.2' defaultConfig { applicationId "com.sample.myapp" minSdkVersion 21 targetSdkVersion 25 versionCode 1 versionName "1.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }

How can I install the VS2017 version of msbuild on a build server without installing the IDE?

为君一笑 提交于 2019-11-26 13:59:30
Historically, this has been done with the Microsoft Build Tools . But it seems that the Build Tools may not be available for versions after 2015 . The replacement appears to be the Visual Studio build tools, which doesn't seem to have a real homepage yet. I downloaded the VS2017 Professional installer , and went to the Individual Components tab. Right away, the summary is telling me that the Visual Studio core editor is there, taking up 753MB. I don't want the editor. Just msbuild. There is no way to unselect the editor. Is there a way I can install the latest version of msbuild without also

failed to find Build Tools revision 21.1.1 - sdk up to date

回眸只為那壹抹淺笑 提交于 2019-11-26 12:05:03
问题 I´m running a linux android sdk installation and my new project needs Build tools 21.1.1 Somehow, this build tools do not exist, eventhough my sdk is up to date, but in the build-tools folder there is now android-4.4W folder android update sdk --no-ui My sdk/build-tools folder I´ve moved the content testwise to a 21.1.1 folder, but this isn´t recognized either. Is this a bug?How to I get the right build tools? 回答1: What worked for me was: android list sdk -a Which showed me the following list

How to install Android SDK Build Tools on the command line?

荒凉一梦 提交于 2019-11-26 06:51:03
问题 I want to setup the Android dev environment from command line, and encounter the following issue: wget http://dl.google.com/android/android-sdk_r22.0.5-linux.tgz after extract the file, run tools/android update sdk --no-ui However, it is too slow on running Fetching https://dl-ssl.google.com/android/repository/addons_list-2.xml The result is that nothing in folder build-tools, and I want is aapt and apkbuilder, since I want to build apk from command line without ant. 回答1: By default, the SDK

'ERROR: Failed to resolve: com.android.support:appcompat-v7:29.0.1' [duplicate]

孤人 提交于 2019-11-26 06:49:05
问题 This question already has an answer here: Android Studio keeps refusing to resolve com.android.support:appcompat-v7:29.0.1 4 answers I want to try Intellij Platform for android development but even after fresh it shows gradle failures. Please help. I have tried tweaking the line implementation \'com.android.support:appcompat-v7:29.+\' to some other versions but to no avail. Here is my module level gradle apply plugin: \'com.android.application\' android { compileSdkVersion 29

Can't create AVD or test any application with AVD after update build tools to 22.6

感情迁移 提交于 2019-11-26 06:08:13
问题 After update SDK-Build-Tools to 22.6 and ADT-Plugin can\'t create AVD or launch any application via any emulator those which were previously created before updating.There was no error message has shown in console or in log-cat .So can\'t track the issue. Here is the Screen shot. After clicking on OK button nothing happened. 回答1: This is a known issue, we'll have an update out with the fix shortly. 回答2: You can avoid doing all the reverting to older versions by using the command line; For unix

Can't create AVD or test any application with AVD after update build tools to 22.6

拥有回忆 提交于 2019-11-26 05:40:05
问题 After update SDK-Build-Tools to 22.6 and ADT-Plugin can\'t create AVD or launch any application via any emulator those which were previously created before updating.There was no error message has shown in console or in log-cat .So can\'t track the issue. Here is the Screen shot. After clicking on OK button nothing happened. 回答1: This is a known issue, we'll have an update out with the fix shortly. 回答2: You can avoid doing all the reverting to older versions by using the command line; For unix