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

aapt tool - throws error

When I try to use the aapt tool in command prompt, I am getting the error as I have mentioned in the below snapshot. Kindly let me know if I need to do some setup to run this tool $ aapt dump badging C:\Users\pcuser\Desktop\KidsAPP\fun.apk
iappmaker
  • 2,945
  • 9
  • 35
  • 76
0
votes
1 answer

Include assets in HTML5 Builder app deployed to Android

I'm developing an HTML5 app with Embarcadero's HTML5 Builder software. I've been able to deploy an app to an Android device. The problem is that all the "assets" (images, audios, videos) that I copy in the folder that I'm deploying don't get…
Albert
  • 1,516
  • 3
  • 24
  • 55
0
votes
1 answer

How can I test my apps on a physical device?

I want to test my apps on my physical android device. I have installed the drivers and this is a picture from device manager: But it is not recognised by eclipse and when i write adb -d devices in cmd it shows just List of devices attached and…
0
votes
1 answer

SDK file name changed error

So for another application I had to change the name of my whole developer file which contains eclipse, android sdk, and libraries. I changed where my libraries point to and such and all the errors are gone from my project but now when I debug (run)…
Fobos13
  • 113
  • 1
  • 1
  • 11
0
votes
3 answers

I have updated SDK.R cannot be resolved to a variable

I have updated SDK for the latest but still I am getting this error .R cannot be resolved to a variable. I know its not generating R.java. what should I do to resolve this issue.
URAndroid
  • 6,177
  • 6
  • 30
  • 40
0
votes
1 answer

How to use selfbuilt android in eclipse?

I have built android from source with this instructions and soon I got a generic full-eng build. It also launching in emulator. Now I need to use this android distributive for testing any specific software. I also have customized eclipse for working…
0
votes
1 answer

Weird issue: Not able to load the JAR in Android for BB 10 Android Run Time

I updated Android SDK to 4.2.2 as well as eclipse plugin 1.6 for BB for BB 10 android run time,I am using .jar file for my encryption in my application.But when app is invoking of JAR file,it is not able to take the instance.it shows exception such…
Rakesh
  • 14,997
  • 13
  • 42
  • 62
0
votes
1 answer

What is this android.permission.STATUS_BAR_SERVICE used for? And what is the difference between uses-permission and permission?

I want to know more about this permission and its signature level? Like why and what is it used for ? Is this permission used…
0
votes
1 answer

Building Android programs on the command line - basic issue - /tools/android does not exist

I follow the steps given in this link in order to build Android programs from the command line. Following is the initial part of the script I…
user264953
  • 1,837
  • 8
  • 37
  • 63
0
votes
3 answers

Eclipse and its portability from a linux to an other

at work I have a PC with Slackware 14 installed and NO internet connection available. I need to install Eclipse with the latest android-sdk. I tried to create an Eclipse & android-sdk tar.gz file from my home PC with Ubuntu installed. On the work PC…
Massimo Costanzo
  • 382
  • 3
  • 18
0
votes
4 answers

Android SDK in Android Studio

I have downloaded the Android Studio but when I want to create a new project, an error pops up saying "Your Android SDK is out date or missing templates.. How do I fix this project, or how do I update the SDK in the Android Studio?
andy
  • 1,947
  • 5
  • 27
  • 46
0
votes
1 answer

SUPER Simple TimePicker Implementation - Force Closes on Line 74

I'm really not sure what I'm doing wrong at this point... im trying to vew data stored by the time picker - but every time I run the application I get force close errors. P.S. It appears the issue is stemming from Line 74 in View Country.java…
NoobNinja
  • 123
  • 2
  • 14
0
votes
1 answer

Virtual buttons not appearing on emulated Android 4.2 system

I have created an Android 4.2 AVD. For the need of my current project, the main screen orientation is landscape. The software keys option is selected. The mode is set to xhdpi, like a Galaxy Nexus phone. As I start the emulator, I see a black stripe…
DavGin
  • 8,205
  • 2
  • 19
  • 26
0
votes
0 answers

Running a shell script in mac terminal before building/launching android application

Here is what i want to achieve:- I am having a shell script file. That file generates some files & folders and puts them in Finder where assets folder of my Android Application is present. Every time i change something in my files that are generated…
Amit Hooda
  • 2,133
  • 3
  • 23
  • 37
0
votes
3 answers

getText() from listview created by database

I have a list populated by a Database and I am running the OnItemClick() method. What would I call to get the text from the item that was clicked? public void DisplayRecord(Cursor c) { Cursor c1 = DBAdapter.getAllRecords(); …
Adariel Lzinski
  • 1,031
  • 2
  • 19
  • 43