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
-1
votes
1 answer

Can a jar compiled with a higher targetSdkVersion be used in an app that has a lower targetSdkVersion?

Is the following possible in Android? Say I have a project 'ProjA' compiled with targetSdkVersion, say 18, which generates projA.jar I have another project 'ProjB' having targetSdkVersion 17. Is it possible to use projA.jar within 'ProjB' without…
somesh
  • 2,509
  • 3
  • 16
  • 24
-1
votes
1 answer

Android Watch Face Setting Up

The code I'm using Hi! I am using the code above for making my own watch face; and for line 127 it tells me that: it cannot define the symbol "bg"! My question: Why am I getting this error? Btw don't know if it's relevant but I'm doing this within…
-1
votes
2 answers

How do I add sdk tools manually to android studio

I downloaded android studio without sdk tools, but I have them already from the eclipse IDE I want to manually place them where they should be, as when I open android studio it starts downloading the sdk tools automatically, but my data pack is…
user4324980
-1
votes
2 answers

Stuck with first time java for android

guys, with my friend started working on a school project - developing a java app for android. He started it, now it's my turn to do my job, so i got the code he already has, set up Android SDK for Eclipse and downloaded all the neccessary files and…
-1
votes
2 answers

Android Api Installation-For Latest Version

I have been working in eclipse and android sdk for more than a year. i use to install new api when it released by the google by android sdk manager. Now my question is can I download it once and can I use it in some other system?
-1
votes
2 answers

Android SDK Tools update error

I updated the Android SDK Tools in Eclipse but after the install I can't seem to use any imports as this is causing errors. I'm doing my dev work on a Mac.
hatdoggo
  • 46
  • 5
-2
votes
1 answer

How to install Android SDK on windows

I have recently installed Android Studio. In the initialization of the app, it said "Android SDK is missing" so I proceeded to download the command line only version from https://developer.android.com/studio. I tried running the android.bat file but…
-2
votes
2 answers

Android Studio select SDK error on trying to run project

I am using Android Studio 3.1 on Ubuntu 18.04 LTS. I'm currently working on a project with target API 28. I've downloaded the SDK with API level 28 during installation but sometimes when I try to run my project on my device, a popup dialogue prompts…
VishnuVS
  • 1,055
  • 2
  • 14
  • 29
-2
votes
1 answer

I cannot found “sdk tools” in Android studio

I am trying to install LLDB,but I found the "android sdk" is missing in System Setting. And I think it should be So why "android sdk" is missing in my Android studio? My Android studio version is 2.2.3. And I clicked the SDK manager icon in the…
chefish
  • 517
  • 2
  • 7
  • 20
-2
votes
2 answers

How do you video the mobile app?

When I look up some awesome android libraries I see that nearly all are using some cool quality gifs to show off the features. So my question is - how do you film the app and make it into a gif? What software and techniques are involved?
P.C. Blazkowicz
  • 489
  • 1
  • 4
  • 11
-2
votes
2 answers

Android initial start-up

I have just installed Android and all relative tools required to run android development. Unfortunately at the initial build of Gradle sync, event log prints out an error message Error message (Event log): Gradle sync failed: Plugin with id…
-2
votes
2 answers

Android UI Screen

Good Day, I'm new in Android UI development. May I have any knowledge on how will I achieve this kind of UI Screen: Thanks in advance.
-2
votes
2 answers

"android-22" can't be found in android SDK

I'm using cocos2d-X v3.6 and I created a new cocos2d-X project and when i tried to compile, I am getting error I have checked sdk/plarforms contained android-22 folder. When i compile: cocos compile -p android --ap android-22 I get this error: The…
Stalin Pusparaj
  • 741
  • 9
  • 11
-2
votes
1 answer

android.support.v7.app.ActionBarActivity cannot be resolved

EDIT: I have looked at a ton of related posts and couldn't find any to help because they all suggest to add the same library that I cannot find in my sdk because it looks different than what I am seeing in the posts I have spent hours trying to…
Brejuro
  • 3,421
  • 8
  • 34
  • 61
-2
votes
1 answer

Genymotion SDK location file

I've set in the Genymotion to use the SDK that's being used by Android Studio instead of default Genymotion default tools(Settings--> Adb --> "Use Custom Android SDK Tools"). I was wondering where Genymotion stores this location(preferably on a MAC.…
piyushg91
  • 111
  • 1
  • 13
1 2 3
82
83