Android Development Tools (ADT) is a plugin for the Eclipse IDE that is designed to give you a powerful, integrated environment in which to build Android applications.

learn more… | top users | synonyms

0
votes
0answers
15 views

ADT 22 with actionbarsherlock

I recently updated my adt and when i import the actionbarsherlock the project is full of errors. Before the update everything was working fine. How can i fix this?
1
vote
0answers
17 views

how do i configure the adt plugin in the eclipse

On the developer website there are these instructions: Configure the ADT Plugin Once Eclipse restarts, you must specify the location of your Android SDK directory: In the "Welcome to ...
2
votes
1answer
40 views

Cannot build actionbarsherlock: BuildConfig cannot be resolved to a variable

I imported the actionbarsherlock folder into the workspace using "Import -> Existing Android Code Into Workspace". Then I ensured the following: In the manifest: <uses-sdk ...
0
votes
0answers
10 views

Where can I find the memory monitor that is included with the ADT Eclipse bundle?

If you download the ADT (Android Development Tools) Eclipse bundle there is a little yellow progress bar that is displayed in the lower right portion of the Eclipse window. I really liked this feature ...
0
votes
1answer
25 views

Google Play Services not found after ADT Update

I was trying to get an environment setup today and after getting the SDK, ADT, Eclipse etc set up I imported the project to the new work space. After install developer tools version 22.0 the google ...
1
vote
1answer
99 views

Android - Unable to instantiate activity - Class not found exception after upgrading to ADT 22

I have recently upgraded my ADT to version 22. After I have done so, I first received an error with my support library (which was relied on another library project). After I have copied the support ...
3
votes
1answer
150 views

ClassNotFoundException after ADT update

I've recently updated Android SDK & Eclipse ADT plugin to latest version. Now when i try to run a pre-existing Android project, the LogCat shows a ClassNotFoundException. I tried to create a new ...
0
votes
1answer
83 views

Fixing Eclipse after ADT breaks

SDK Manager told me I had updates and updated me from version 21 to 22, then said I should check for updates. I'm running bundled eclipse/ADT from about last month, Juno version 4.2.1 In Eclipse when ...
0
votes
0answers
11 views

Using Spongycastle with Proguard

I've been strugling with proguard to make Spongycastle work. Most of the time, the problem comes when I'm exporting a signed APK, either I've got error, or the app will just crash before starting. ...
-2
votes
0answers
13 views

Android application with java-only project external and internal including libs errors

i'm getting some errors when trying to run an Android application that includes a java-only project. I already tried to fix those ADT errors creating a folder called "libs" and putting all external ...
1
vote
2answers
70 views

Navigation Drawer rendering error in ADT Layout Editor

<FrameLayout android:id="@+id/content_frame" android:layout_width="match_parent" android:layout_height="match_parent" /> <ListView android:id="@+id/left_drawer" ...
0
votes
1answer
29 views

Empty folders when import existing Android project into Eclipse

I'm trying to import an Android project into Eclipse by using File > Import > Android > Existing Android Code Into Workspace. After project imported I found that src and res folder are empty !!! I ...
9
votes
1answer
223 views

Libraries do not get added to APK anymore after upgrade to ADT 22

I have a rather big Android App project that is referencing several library projects. Everything was fine until i upgraded the eclipse ADT plugin to the newest version (v22). I also upgraded the SDK ...
3
votes
2answers
45 views

JARs from library project are not visible in application projects

After upgrading SDK Tools to revision 22 classes from jars from library project (placed into its libs directory) are not visible in application project (which is dependent from library project). It is ...
4
votes
2answers
218 views

Android ADT version 22, R.java files not generated

After upgrading to Android ADT version 22 and cleaning my project, the R.java files went missing. I can't use setViewContent(R.layout.activity_main) because the activity cannot reference to the xml ...
6
votes
3answers
745 views

Can't update Eclipse ADT to 22

I wanted to export my projects to Android Studio but Eclipse is not getting updated... So far I've added a s in http to the url of the update source, moved ADT outside Program Files, remove the "Only ...
5
votes
4answers
181 views

ADT 22 - missing aapt.exe after upgrading

At work, I need to use maven with Android. maven uses appt.exe for its own compiling process. ever since I've upgraded to ADT 22 , maven says it can't find this file, and it's right- the file is ...
0
votes
0answers
24 views

$(^name) error while installing Android Studio Beta

Does anyone who tried to install Android Studio collided in to "$(^name) stop working" error? I tried to install it in a Windows 7 64bits. Thanks!
20
votes
3answers
859 views

After upgrading to Android Developer Tools version 22, compiling fails

Today, I upgraded ADT to version 22. After that, my projet wouldn't compile resources at all. My "gen" folder was empty and as such all my java files that require "R" wouldn't compile.
0
votes
0answers
70 views

R cannot be resolved to a variable Music Player

package com.example.alphamusicplayer; import android.os.Bundle; import android.app.Activity; import android.view.Menu; public class Main extends Activity { @Override protected void ...
0
votes
3answers
59 views

R.java file is not generated in a library project

I'm trying to use the SlidingMenu library. As described, I created a new Android project using the library directory, tried "Project > Clean" to generate the R.java but doesn't work. The curious fact ...
0
votes
1answer
27 views

JTDS for MS SQL in android with ADT

first of all maybe this could be a repost of: Trying to use jtds in Android Project, not sure, but seems there's no answer in that post i´ll try it here, issue is, im trying to connect to a MS SQL 2k5 ...
0
votes
0answers
24 views

Android ADT 21 Juno blocking launche application

I had recently installing ADT 21 in Eclipse Mobile , but when I launch my application Eclipse was blocked in 100% (progress view) but don't start in AVD ..... I tried to change setting of my app in : ...
0
votes
2answers
33 views

Why shouldn't I set layout_width and layout_height in a style?

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" ...
0
votes
1answer
18 views

How to add an icon from the android library to my project using ADT

Android has several system icons available, such as these. I can't use them in my application (for system notifications as an example) since they are not made public within the API. So I would like ...
2
votes
4answers
386 views
+150

ADT works with ipa-test-interpreter but not ipa-test

I could use some help getting my #AS3 / #AIR application running on #iOS ! Right now I have a .SWF (v11) that I'm converting to an .IPA using Adobe AIR (v3.7) on Windows (7). If I do the conversion ...
0
votes
0answers
43 views

Caught signal 11 (Segmentation fault). Server aborting. Crash after using Eclipse ADT

When i add an Imageview on Eclipse ADT Ubuntu crashes. I can't understand the reason, i tested with unity, gnome and the problem is the same. I think it is linked to proprietary driver, i've an ati ...
-1
votes
0answers
17 views

ADT - application doesn't show on the phone, never starts [closed]

I'm trying to run examples from Android SDK, but I'm failing somehow. Console shows: [2013-05-09 13:58:13 - BasicGLSurfaceViewActivity] ------------------------------ [2013-05-09 13:58:13 - ...
0
votes
1answer
53 views

Text scale up to fit a TextView and an EditText

I want to fit the text size of a TextView and an EditText to to match their bounds. I searched a bit and found the code below. So I created a new class with the code below: package com.example.test; ...
-2
votes
0answers
19 views

Ubuntu Crash when i add an imageview in layout editor on Eclipse [closed]

When I add an ImageView in layout editor on Eclipse ADT Ubuntu crash! I tested with Unity and Gnome Classic. I don't know what is the problem because i don't know the error. Is there any log to view ...
0
votes
0answers
22 views

ADT logcat displayes weird message /sbin/sh: can't fork

I am completly new to this. I installed ADT just to get log while I am testing an mobile app. From what I see there are some cool filters that I think will help me but I have this problem. I run adb ...
0
votes
1answer
46 views

Android device is seen by eclipse but application won't start

I'm new to android programming so I was trying an application the other day and when I hit "Run" in eclipse, a prompt shows up and I choose my device from there and it starts launching it. The ...
0
votes
0answers
19 views

Eclipse ADT: Impossibly weird boolean behavior

I'm having trouble changing variable values while at a breakpoint in debug mode. As a test, I have a simple loop with a boolean that gets toggled every pass: booleanTest = !booleanTest; Works ...
0
votes
1answer
50 views

Using ADT and SDK manager, attach android source code to eclipse

After installing ADT, I used SDK Manager to download the source codes for the latest android API. Now when I run the Eclipse version that was provided with the ADT, I still can't see the android ...
0
votes
0answers
28 views

how to fix xml issues after adt upgrade to 21.0.0

I inherited an adt project that was developed in ganymede for java developers with adt plugin 20.0.3. I grabbed it from vss and imported it into my fresh install of adt 21.1.0 (the android bundle). ...
0
votes
0answers
50 views

Choosing device out of Bluetooth paired devices and connecting

I'm making an Android app for a chatsystem between 2 android devices. I've run into a bit of a wall now. My app is currently a simple system with a large textbox (for the chat history) an EDITTEXT, ...
0
votes
0answers
17 views

android emulate starting Panic fail on UBUNTU 12.0

I have been looking for a solution for a fail on starting android emulator. I have read some solutions for windows, but in this case, I have ubuntu 12.10. The error says: Emulator] PANIC: Could not ...
0
votes
2answers
46 views

Cannot create new Android Application Project

So, I'm trying to start a new Android project, but I can't get through the first step. Everything looks good to me, but the 'Next' button just won't light up for me. Of note, the 'Theme' menu starts ...
0
votes
0answers
18 views

Task window doesn't open upon task activation using Mylyn in Eclipse ADT

The relevant file editors open when I activate a task in Eclipse, but the task window/editor for the activated task itself does not open. I'm using the Eclipse ADT, and the activated task window would ...
-1
votes
1answer
80 views

Error when running adt bundle on Ubuntu 13.04 (Solved)

when I run Eclipse on Ubuntu I faced with the following error i'm sorry for bad speak english image :bayanbox.ir/id/5851514597346971673?view
0
votes
0answers
28 views

Eclipse (Android) no longer showing available methods or args with ctrl-space

I feel like an idiot, but I just set up a virgin installation of the latest Android SDK + cobundled Eclipse on a new computer, and now I can't get ctrl-space auto-suggestion to work. Here are some ...
1
vote
1answer
23 views

Disable Lint warning “The view name suggests this is a number but it does not include a numeric inputType”

I've searched through the list of warnings in the Lint Error Checking preferences but can't find it. The list is a bit too long to check every warning to see if it's the one I want, and filtering the ...
1
vote
0answers
75 views

Layout looking the same across all devices using RelativeLayout

I'm using API 10. I want to make my layout looking the same across all devices. I can achieve that by using LinearLayout with weights. It works perfectly. As seen on the image below, this is exactly ...
-4
votes
0answers
29 views

How to get ADT user input? [closed]

How to get user input in ADT? in eclipse it is String name=input.nextLine("Enter your name" ); but i need to put it in android ADT? could you please help me how to get user input in adt? Thank you,
0
votes
1answer
31 views

Resizing an image to look the same across all devices

I read the http://developer.android.com/guide/practices/screens_support.html and I understood only a few things. So, I have an ImageView with android:src = "@drawable/logo". The logo.png is placed ...
0
votes
1answer
31 views

ADT: Avoid duplicating code in package with dependency on another deployed package?

When I have e.g. a custom service and a custom activity in the same ADT project, then I can use this in the service, to start my activity: Intent i = new Intent(context, MyCustomActivity.class); ...
0
votes
0answers
27 views

Creating a Customized plugin for Android development in Eclipse

So I want to create a custom project template for eclipse, i.e. I want the user to be able to click file->new project-> my custom template... to start a project. I've found that to create this type ...
0
votes
3answers
42 views

External Java Jar is not working in Android ADT 21 [closed]

I have created a java project in Eclipse and create a runnable jar. I am trying to use in a android app but it is showing classDefNotFound Error. Moreover, I tried every thing as solution as mentioned ...
-4
votes
0answers
32 views

Plague inc. android game. What tools did they use to create such game? [closed]

I was playing a game called Plague Inc. and I was wondering what tools did they use to develop it. From where I stand as a noob, I can't figure out how did they make the layout, being the same across ...
0
votes
1answer
75 views

Android Device Chooser not showing my device but adb and Eclipse do

I am trying to run my android app in an attached device (Sony Ericson Xperia X10). The device is recognized by adb [fonoro@localhost platform-tools]$ ./adb devices List of devices attached ...

1 2 3 4 5 22