adt Questions

5

How to use properly Android Support Library because i have this error in my manifest file: android:theme="@style/Theme.AppCompat.Light.DarkActionBar" error: Error: No resource found that matches ...
Mirisola asked 21/8, 2013 at 18:7

9

Solved

Yesterday evening I upgrade to ADT-21 and restarted eclipse. Then eclipse said that you need to update android tool to version 21. I downloaded window_installer21 and install it in the same locatio...
Padding asked 6/12, 2012 at 12:12

9

Solved

I am trying to, somewhat clone the design of an activity from a set of slides on Android UI design. However I am having a problem with a very simple task. I have created the layout as shown in the...
Kitchener asked 11/9, 2011 at 13:48

6

Solved

"Location of the Android SDK has not been set up in the preferences in 64 bit Windows" - I know this problem has been addressed before several times, but rather than comment on an old question I de...
Lenee asked 24/5, 2013 at 8:56

4

Solved

I want to convert a JSON string to android Bundle. The requirement was like to pass parameters to an activity directly from server as JSON rather than bundle. How to convert a JSON string to ...
Iraq asked 11/3, 2015 at 10:57

5

new firebase with awesome features was just announced, but according to documentation (https://firebase.google.com/docs/android/setup#prerequisites) android studio (as well as gradle) is required n...
Precipitate asked 19/5, 2016 at 9:32

5

If I have a lot of TextViews serving as item labels, I thought I could extract everything that's common about them into a style, and in the layout use only <TextView style="@style/label" androi...
Hide asked 11/5, 2013 at 13:47

4

Solved

I'm using Windows and Eclipse 3.7 Classic with ADT plugin for Android development. I've just installed FindBugs and it have found a bug in auto-generated R.java class. I want to exclude this clas...
Lifelong asked 27/9, 2011 at 11:47

4

Solved

Trying to use Volley lib as a network wrapper for my android application. I have a connection up and running, but the problem is that every time there is multiple "Set-Cookie" headers in the respon...
Rrhagia asked 25/9, 2013 at 7:4

6

Solved

How can I run AVD Manager on Mac? I mean what is the exact file name which I should double-click on to run AVD Manager? I found android-sdk folder but can't understand where is the executable file....
Hagiocracy asked 2/6, 2013 at 1:9

6

Solved

I am looking for a simple way to create an animated GIF in a native Android application. The source files should be JPEG (from camera or what ever) and the output should be saved as GIF on the devi...
Neelyneeoma asked 2/5, 2013 at 6:9

10

Solved

I am trying to add the add SDK Platform 1.6 to an existing Install of 2.2, with the help of this thread. As suggested, I ran Help → Check for Updates which found and installed the following: + A...
Alix asked 24/12, 2010 at 16:56

5

Solved

I'm trying to create an MqttClient in Android, using an Android emulator (Nexus7) on ADT (Eclipse 3.8.0 on a Linux Fedora17. I found this question answered (Android MQTT unable to create client), b...
Ostium asked 21/11, 2012 at 15:1

5

Solved

When creating an instance of MediaPlayer LogCat shows this error: QCMediaPlayer mediaplayer NOT present Why is that and is it normal? Sample: package com.example.testapp; import android.app...
Alsacelorraine asked 1/7, 2014 at 1:3

0

I am at the point where I am running into incredibly long build times for my project and more projects to come. I would like to make a build server but I have not had any experience with them aside...
Legere asked 1/8, 2017 at 13:49

5

Solved

Trying to use the new Design Support Library in my project, AAPT throws the following error: Description: Error: No resource found that matches the given name: attr 'backgroundTint'. Resource: /de...
Haffner asked 2/6, 2015 at 17:26

4

Solved

The Title says it all. I am using ADT and I have a source code full of //TODO tags. I can go through the tags using the Tasks View but when I want to mark a task as completed the Mark Completed opt...
Politicking asked 9/3, 2014 at 21:55

11

Solved

I have installed Eclipse 4.2 with Eclipse android plugin(ADT)on ubuntu 11.10. when i launch "Hello World" project as an android application, it simply wont launch! ps -x > log.txt after launching ...
Spiros asked 26/7, 2012 at 16:59

7

Solved

What's the best way to implement a stack using linked lists in Java? EDIT: I would define best as most efficient using clean code. I have already used an array to implement a stack, but am not fam...
Isobel asked 5/4, 2011 at 12:52

6

Solved

I need to integrate some code with extensive usage of Java lambda functions. Several restrictions I have demand that I develop my project using Eclipse Mars, with the latest ADT plugin, and not And...
Doody asked 8/8, 2015 at 20:8

5

Solved

This seems like a trivial task, but I can't find an option to cleanly de-install the ADT from my Eclipse installation. Of course, I could just delete the folder of the SDK, but this just throws err...
Kemerovo asked 1/2, 2012 at 14:9

1

Solved

I have an "old" ADT: Eclipse IDE for Android Developers 23.0.2.1259578 adtproduct connected to a Nougat Pixel C. ADT doesn't succeed to read properly the format of logcat as shown on this scree...
Oxyhydrogen asked 3/9, 2016 at 1:25

13

Solved

I finally was able to build and debug the android platform with this tutorial. I imported my project in eclipse, and afterwards installed ADT. Then I converted my imported project to android projec...
Cadmium asked 20/7, 2010 at 8:8

8

Solved

When I compile an android application ( I tried with the sample ones from the sdk). I get this error: >Error executing aapt: Cannot run program "/home/roel/projects/sdk/build-tools/18.0.1/aapt"...
Rachellerachis asked 4/8, 2013 at 10:2

0

While browsing Android Studio templates for creating new module, I came across topOut and projectOut global ids in globals.xml.ftl. Both are assigned same values i.e. ".". Below are the file conten...
Lessard asked 18/12, 2016 at 11:48

© 2022 - 2025 — McMap. All rights reserved.