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
0
votes
0 answers

The resolution of android emulator of SDK tools R21 is not good as the old version?

I just downloaded the latest version of SDK Tools R21 (Revision 21.0.1). Then i created AVD for Galaxy Nexus by Android virtual Device Management of SDK Tools R21. But when i launched this AVD on both SDK Tools R21 and SDK Tools R11 (the old…
MichaelP
  • 2,761
  • 5
  • 31
  • 36
0
votes
2 answers

Unable to install/download SDK from Android SDK manager

I'm trying to install and use the library from Google Play Services, as I am following the steps here However, I am getting this weird error where it says file not found and access is denied. I've tried even updating or downloading new SDKs and it…
lyk
  • 1,578
  • 5
  • 25
  • 49
0
votes
1 answer

Issues with AVD Manager (v21.0.1 and 21.1rc2): xxhdpi not supported

I'm having trouble creating a custom AVD for XPeria ZL phone using the Device Definitions tab. I noticed the AVD manager is unable to parse devices.xml file if one of them uses the xxhdpi density. As a side note, the emulator is no longer able to…
AngraX
  • 1,803
  • 2
  • 18
  • 30
0
votes
1 answer

How to disable Android's emulator camera and fake-camera?

I'm trying to create an AVD that is completely stripped down: no GPS, no camera, etc. This is to mimic users that have absolutely awful phones that lack even the most basic things. I've created an AVD that targets Android 1.6 and turned off GPS,…
Alex
  • 1,103
  • 1
  • 11
  • 24
0
votes
1 answer

Android Project with ActionBarSherlock doesn't get built

I implemented the current version of ActionBarSherlock to my Android Project. Everything works fine and I don't get any errors. But when I try to debug or export my project I don't get an .apk-file out of my project. Just a .jar-file with the name…
snix
  • 195
  • 1
  • 4
  • 12
0
votes
2 answers

How can i retrieve Android SDK and Eclipse ADT Plugin from revision 21 to revision 20

I make a question here: Can't set Android target after update sdk rev.21 in Eclipse. I guess there are some bugs in eclipse with new Android SDK revision. Now I try to retrieve the older revision to continue developing. How can i retrieve Android…
PhatHV
  • 8,010
  • 6
  • 31
  • 40
0
votes
2 answers

Eclipse fails to download Android SDK platforms on non-root Mac user

I'm running a Mac with the newest OS X Mountain Lion. I didn't have this problem before, but then I needed to enable the root user. Since then (just assuming, because it could be caused by something else) I can't download any content from the…
Jacek Kwiecień
  • 12,397
  • 20
  • 85
  • 157
0
votes
1 answer

Library project Dx UNEXPECTED TOP-LEVEL EXCEPTION or ActivityNotFoundException

I have library project and regular android project which uses it. Library project: src folder package com.myproject MainActivity ChildActivity AndroidManifest.xml
user468311
0
votes
1 answer

Android SDK r20 runtime exceptions

I downloaded new Android SDK r20 and installed. I created new application with an activity and a service. I am starting service in onCreate() method of activity. I am getting Runtime exception Class Not Found which is my Service class name. I tested…
Yugandhar Babu
  • 10,311
  • 9
  • 42
  • 67
0
votes
1 answer

No resource identifier found for attribute 'filterTouchesWhenObscured' in package android

I'm using cmd prompt to build a andorid app however I keep getting this BuildFail when I call ant release or ant debug https://www.dropbox.com/s/99dit8ctiq3bv4w/error.png It says: No resource identifier found for attribute…
Charles Haro
  • 1,866
  • 3
  • 22
  • 36
0
votes
1 answer

KEYCODE_VOLUME_UP/DOWN changing functionality

I have an app: 3D Cube (OPENGLES) with touch and key support. I'm using KEYCODE_VOLUME_UP/DOWN to zoom in/out. Method responsible for that is placed in: MyGLSurfaceView extends GLSurfaceView. My problem is, when I press the zoom out/int, it works…
Mariusz Chw
  • 364
  • 2
  • 19
0
votes
2 answers

Working android project stopped working after updating android tools from r19 to r20

I came to a new project which have been developed for a quite long time. My co-workers have the exact same codebase but I had to install Eclipse and the ADT plugin. My co-workers have r19 of android tools and android platform-tools r11. I've android…
joonasj
  • 551
  • 2
  • 6
  • 19
0
votes
1 answer

Android SDK tools rev 19: Issue with external jar files

I know this question was asked a couple of times on stackoverflow - but I still face some problems trying to add an additional jar file to an existing android project - using android sdk tools rev. 19. Summary: I use eclipse Version: 3.6.2 The…
-1
votes
1 answer

error when i run flutter doctor --android-license

Good day Guys, i'm new on flutter & I wan set up flutter and the android SDK(without using android studio) on my device but when i run flutter doctor --android-licenses command i get this error after running the…
Tosin Ayoola
  • 77
  • 1
  • 9
-1
votes
1 answer

How to proper setup for xamarin development as c# developper?

I'm facing a serious issue and don't know how to fix it, i'm a c# developper but i'm new to mobile development using xamarin in visual studio, i've dowloaded the xamarin with all the installation package, then i went throught all the step to…