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
2 answers

Renaming the apk, which has been created through android studio

I have heard somewhere, if we rename the apk file (by right clicking and putting another name) will affect the application. Does anyone have more clarification on this?
pranavjayadev
  • 937
  • 7
  • 31
-1
votes
6 answers

Please provide the path to the Android SDK: Android SDK path not specified

When I run Android Studio, it says Please provide the path to the Android SDK: Android SDK path not specified I tried the to try the solutions that were already posted, but I didn't understand them. Also, I already have java installed, but I…
T.Aloufi
  • 39
  • 1
  • 11
-1
votes
1 answer

Unable to install some AndroidSDK components [Error: The Following SDK Components were not installed]

I am trying to install the Android SDK to build my unity games onto this platform but I am unable to do so because of this error (Screenshot attached) that appears every single time I try to install it. I searched for fixes on Google and Stack…
beyluta
  • 3
  • 2
-1
votes
1 answer

Change the directory where VS 2017 Installer install packages

I use both Xamarin and Java for android development. I want them use the same SDK to save disk space. By default, VS Installer install the android sdk in C:\Program Files (x86)\Android\android-sdk, which contains whitespaces. Android studio cannot…
-1
votes
1 answer

can not compile project with android SDK

I am trying to make an output for android tried various versions of android sdk and nothing. i tried with api version 24 , 25 and 21 for android 5 and 7 but didnt compiled. i am going frustrated. any idea? enter image description here error1…
-1
votes
1 answer

UiAutomatorViewer - can't see value in text field

I'm making screenshots from my HTC One(M7)- Android 5.02 and can't see value in text field in uiautomatorviewer.I'm using latest version on Android SDK. Getting this error in any app where russian language contained. text="????????? ? ???" Example…
-1
votes
1 answer

Android studio can not install Support repository and SDK Tools

During the installation process, I get this message how I can fix it? please help me. I already install it for hours but it won't open.
-1
votes
1 answer

error No resource found that matches the given name Theme.AppCompat.Light.DarkActionBar. Android Studio 2.1.1 + Support library

D:\Documents\Learn\Testing\MyApplication\app\build\intermediates\res\merged\debug\values\values.xml Error:(7) Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'. I installed…
-1
votes
1 answer

minimum amount of android sdk files needed to build a release apk from command line

I have the android SDK installed on a aws Ubuntu server (14.04). I have a ruby application which builds an APK and it is working fine on my development environment. However the android SDK is very large and has taken up half of the space i have…
-1
votes
1 answer

java.lang.NullPointerException with EditText Android Studio

I have resolved this before but I can't remember what I did. Basically its a simple EditText and finding it's view by id but i get the error messagejava.lang.NullPointerException when running the app. public class MainActivity extends Activity…
-1
votes
1 answer

Initialazing data in RecyclerView

I have this fragment with RecyclerView package com.example.myapplication; import android.annotation.TargetApi; import android.app.FragmentManager; import android.os.Build; import android.os.Bundle; import android.app.Fragment; import…
-1
votes
1 answer

Insert Views into Recycler View

I have RecyclerView like ListView of some data.I must to put 3 different view to that list.Its like row "Username" or "Contacts",how can I do that?
Rost
  • 53
  • 8
-1
votes
1 answer

Unable to Config Android sdk in Mobile First Foundation 7.1

I am working on hybrid Apps over IBM Mobile First Foundation on eclipse,I want to build an android app of the project, but when i configure the android SDK location and click on apply, nothing happens Help!
Mohd Naved
  • 448
  • 6
  • 20
-1
votes
1 answer

Cant locate Android SDK

I get a message stating 'please provide the path to android sdk' When I try to start the Android Studio. I tried uninstalling and re-installing but nothing happens.
Chalant
  • 23
  • 4
-1
votes
2 answers

Android SDK Manager doesn't show all packages

Android SDK manager is not displaying all the old + new API's, its just only showing API 17 and API 19, Thanks in Advance,