Questions tagged [android-sdk]

Questions related to the Android SDK which provides the API libraries and developer tools necessary to build, test, and debug apps for Android.

The Android SDK provides the API libraries and developer tools necessary to build, test, and debug apps for Android.

If you're a new Android developer, we recommend you download the ADT Bundle to quickly start developing apps. It includes the essential Android SDK components and a version of the Eclipse IDE with built-in ADT (Android Developer Tools) to streamline your Android app development.

With a single download, the ADT Bundle includes everything you need to begin developing apps:

Eclipse + ADT plugin
Android SDK Tools
Android Platform-tools
The latest Android platform
The latest Android system image for the emula

Source: Android SDK - Developer | [Wikipedia] - Android SDK

112 questions
83
votes
7 answers

KVM is not installed on this machine (/dev/kvm is missing)

I'm using Ubuntu 14.04. I recently installed Android Studio, but whenever I try to run a Hello World app, I get this error: /home/praveen/Android/Sdk/tools/emulator -avd Nexus_6_API_21 -netspeed full -netdelay none emulator: ERROR: x86 emulation…
22
votes
3 answers

Unable to launch Android SDK Manager in Terminal

I am trying to open my Android SDK Manager which I installed and used before, and the instructions on the official website for it here: http://developer.android.com/sdk/installing/adding-packages.html Say: Mac/Linux: Open a terminal and navigate to…
user364819
15
votes
5 answers

Adding Android SDK platform-tools to PATH downloaded from umake

I am using Ubuntu 14.04 Trusty Tahr, and I downloaded Android Studio with the umake tool provided by Ubuntu. This downloaded Android Studio at /root/tools/android/android-studio, and platform-tools and all other tools at /root/Android/Sdk/. Android…
11
votes
2 answers

How to transfer data from Genymotion to host machine?

I am using Genymotion version 2.3.1 in my Ubuntu machine. I am able to copy files from the host machine to Genymotion by a simple drag and drop method. But I am unable to copy Genymotion data to the host machine. I want to move data from Genymotion…
Madhav Nikam
  • 2,967
10
votes
3 answers

How to install android NDK?

I have downloaded Android NDK from here: https://developer.android.com/ndk/downloads/index.html for Linux 64-bit (x86). It is a ZIP file that i can extract easly, but where should i extract/install to get Android NDK functioning?
0xabc
  • 203
9
votes
2 answers

Problem with Adroid SDK of Android Studio

While following How to install Android Studio on Ubuntu? and Complete Installation Guide for Android SDK / ADT Bundle on Ubuntu to install Android-studio as a solution for Android emulator independent of Virtual Box/VM-ware capability there is a…
Mirza
  • 351
8
votes
1 answer

Replacement for HAXM on ubuntu - says Intel x86 Emulator Accelerator is not compatible

I'm using Android Studio and I need to add Intel x86 Emulator Accelerator to it's not compatible with Linux. Is there any software I could use instead and how would I install it onto Android Studio?
Sdistant
  • 113
7
votes
3 answers

Android sdk on Ubuntu 32bit

I have some issues in running android sdk(ADB) on ubuntu 32-bit. I downloaded and updated sdk on ubuntu 14.02 64-bit, and now reusing it on ubuntu 15.10 32-bit. But when i try ./adb devices on terminal, i get this error: bash: ./adb: cannot execute…
IBRAR AHMAD
  • 339
  • 1
  • 2
  • 9
6
votes
1 answer

android update project --path . --target android-25 on ubuntu 16.04

While executing command in terminal update project --path . --target android-25 I am getting error Invalid or unsupported command "update project --path . --target android-25 Supported commands are: android list target android list avd android…
6
votes
1 answer

How to develop for Android with Xamarin?

I want to develop applications for Android in C#. On Windows I tried Xamarin Studio and I was very happy with it. Is there a way to use Xamarin on Ubuntu? I noticed there are Xamarin.Android binaries for Linux available on the internet, but those…
csha
  • 447
  • 2
  • 6
  • 25
6
votes
2 answers

Is there a repository for Android Studio?

The download page for Android Studio does not list any repositories, it only offers direct download links. I noticed that there are many Android SDK and tools packages in the Ubuntu repos, but no Android Studio. Is there a frequently updated…
5
votes
2 answers

How to start Android SDK manager?

I've installed Android SDK like so: sudo apt-get install android-sdk Now what? How do I start anything? Searching for "Android" doesn't show anything in Gnome Activities. What did installing android-sdk even do if there's nothing to run? I do see…
trusktr
  • 162
5
votes
0 answers

Ubuntu freezes on opening android studio and browser

I've recently upgraded to Ubuntu 16.04 LTS. When I run both android studio and chrome or any other browser at the same time, the system freezes. Using Alt+SysReq+F or Alt+SysReq+K isn't working. Is there anyway this can be solved? Thanks in advance.
5
votes
1 answer

android command not found

I am running ubuntu 16.04 and I have installed android-sdk using :- sudo apt-get install android-sdk and after installation , when i run android it says command not found. I cannot even see "android-sdk" in my home folder. When i run sudo apt-get…
5
votes
2 answers

android-sdk - unable to run the SDK manager

I'm trying to run the Android SDK manager tool using the following command inside the folder where android-sdk-tools are located. ./sdkmanager It gives me the following error. Error: Could not find or load main class…
1
2 3 4 5 6 7 8