Questions tagged [android-sdk-tools]

SDK Tools is a downloadable component for the Android SDK. It includes the complete set of development and debugging tools for the Android SDK.

SDK Tools is a downloadable component for the Android SDK. It includes the complete set of development and debugging tools for the Android SDK.

Related tags:

List of Android SDK tools.

1241 questions
99
votes
7 answers

The project is missing Android SDKs required for building

I'm attempting to build my first F# Android project in Visual Studio 2017 (Community Edition). Immediately after creating a new project by using the F# - Android - Blank App template, the error window in Visual Studio displays the following…
Roger Lipscombe
  • 89,048
  • 55
  • 235
  • 380
90
votes
13 answers

Android Hello-World compile error: Intellij cannot find aapt

I'm trying to get set up with an Android development environment using IntelliJ in Ubuntu 12.04. I create an Android Application Module, but when I try to build, I get the following error: android-apt-compiler: Cannot run program…
jonS90
  • 1,369
  • 2
  • 11
  • 15
82
votes
34 answers

Facing issue " Failed to install the app. Make sure you have the Android development environment " in react native

Would you please help me, I am stuck to create a new project in react-native Like below screenshot. I have able to run old projects. but I am not able to run a new project I have followed these steps: react-native init projectName cd projectName…
Praful Argiddi
  • 1,152
  • 1
  • 8
  • 12
81
votes
21 answers

Missing SDK platform Android, API 18

While I am trying to Install API 18 it shows only "Google API 18"(nothing more). Now if I try to install these google APIs from Android SDK Manager it shows a message "this package depends on "Missing SDK platform Android, API 18". and Install…
AAnkit
  • 27,299
  • 12
  • 60
  • 71
72
votes
11 answers

libz.so.1: cannot open shared object file

I am facing an issue on ubuntu 12.04 as : /usr/lib/ndk/android-ndk-r8c/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/as: error while loading shared…
user3218948
  • 741
  • 1
  • 6
  • 6
71
votes
7 answers

Android Unknown Command 'crunch'

I just installed Eclipse and Android SDK in Mac OS X. I imported the project to Eclipse and i get the Unknown command 'crunch' error while running the project. How should I solve this issue. Please help me
duk
  • 943
  • 1
  • 9
  • 17
69
votes
4 answers

"sdkmanager: command not found" after installing Android SDK

I installed via apt-get install android-sdk. However, doing a find / -name sdkmanager reveals there is no such binary anywhere on the system. On my Mac, the binary exists in $ANDROID_HOME/tools/bin. However, on the Ubuntu system (the system with the…
Joncom
  • 1,985
  • 1
  • 18
  • 29
66
votes
23 answers

Flutter run error : You have not accepted the license agreements

I'm developing android and ios app with Google flutter. when I add a new dependency like shared_preferences to pubspec.yaml and then execute flutter run in terminal, I got this error: What went wrong: A problem occurred configuring project…
Mneckoee
  • 2,802
  • 6
  • 23
  • 34
60
votes
13 answers

Android Studio Bumblebee Wifi pairing Issue

I have used Android Studio Bumblebee's latest function (Wifi pairing) for 2 - 3 days before it stopped working. I am now receiving the error "This system does not meet the requirements to support Wi-Fi pairing. Please update to the latest version of…
57
votes
12 answers

AVD Emulator stuck on loading screen in Android Studio

I decided to try Android Studio 2.0 having used Eclipse in the past but I'm having considerable difficulty getting the AVD to load correctly. I've done quite a bit of googling and research into the problem, both here on SO and Google.So far nothing…
55
votes
1 answer

When I load ADT why do I receive the error "The Android SDK requires Android Developer Toolkit version XX.X.X or above?"

I just updated my Android SDK Tools to version 21.1. Unfortunately this is causing an error when I load the Android Developer Toolkit: The Android SDK requires Android Developer Toolkit version 21.1.0 or above. Current version is…
ahsteele
  • 26,243
  • 28
  • 134
  • 248
53
votes
11 answers

Starting the Android emulator in SDK tools, revision 12

I updated the Android SDK tools from revision 11 to revision 12, and the emulator now fails to start. When I try to run emulator.exe, I get: invalid command-line parameter: Files\Android\android-sdk\tools/emulator-arm.exe. Hint: use '@foo' to…
Timothy003
  • 2,348
  • 5
  • 28
  • 33
53
votes
4 answers

Android SDK Manager - Do you need to install all Android platforms?

I just recently downloaded the Android SDK. Downloading all the packages in the "SDK Manager" will take way too much time. So I'm wondering whether I should deselect all the platforms except the latest one. Do I need all the platforms or which ones…
53
votes
11 answers

How to determine the version of android SDK installed in computer?

How to determine the version of Android SDK installed in my computer?
Navin Bista
  • 1,988
  • 2
  • 21
  • 37
52
votes
9 answers

Cordova : [Error: Please install Android target: "android-21"

I just updated cordova + ionic in my app, after that i installed successfully Android-SDK v22 via Android SDK manager. But after the running command: cordova build android I always get the following message: Running command:…
redrom
  • 11,502
  • 31
  • 157
  • 264
1
2
3
82 83