Questions tagged [eclipse-adt]

Android Development Tools is a plugin for Eclipse that facilitates building Android applications.

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.

This tag is a duplicate of a significantly more popular [adt], and should be merged with the latter if possible.

568 questions
4
votes
2 answers

Correct install of Android SDK, ADT with Eclipse 3.6.1

Following the posted instructions for Eclipse 3.6.1 Classic and Android SDK, ADT (where OS 2.3 is the most current) misses a few steps. Everything seems to work up until the point of loading the ADT in Eclipse. Prior to doing this add the…
4
votes
2 answers

How to add Google Play services to my Eclipse ADT project

This is the error I am trying to fix: Description: error: Error: No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version'). Resource: AndroidManifest.xml Location: line 75 Type: Android AAPT…
Jaime Montoya
  • 6,915
  • 14
  • 67
  • 103
4
votes
2 answers

Android appcompat v7 - imported with an error

I just created a new Android project in Eclipse. After that I managed to import the android-support-v7-appcompat lib. Unfortunately an errors are given: ../res/values-v21/styles_base.xml:75: error: Error retrieving parent for item: No resource found…
dephinera
  • 3,703
  • 11
  • 41
  • 75
4
votes
4 answers

Eclipse: R not found after updating Android ADT to revision 23.0.5

I have updated Eclipse ADT from revision 22 to 23.0.5 but after updating it is giving an error of R not found. I have restarted the eclipse couple of time but problem persists. What could be the issue? See my SDK status as attached in picture…
Adnan Amjad
  • 2,553
  • 1
  • 20
  • 29
4
votes
0 answers

How to avoid "Multiple dex files define" on IMarketBillingService

I need to include a complex Android Library into my own app, but this library have the IMarketBillingService.aidl and my app also... So I've this error = Dex Loader] Unable to execute dex: Multiple dex files define…
StephaneT
  • 479
  • 5
  • 11
4
votes
1 answer

Creating a new Android project in Eclipse ADT gives a NullPointerException — Mac OS X

I am using Eclipse ADT and I am unable to create a new Android project. Just a few days ago, it worked perfectly. Now, when I try to create a new Android project and click finish, it gives me a pop-up with the following text: Errors occurred during…
4
votes
1 answer

Saving any file in eclipse giving me following error:

An internal error occurred during: "Running Android Lint". org/eclipse/jdt/internal/compiler/ast/UnionTypeReference Any solution?? i am not able to work because of it.
Shridutt Kothari
  • 7,326
  • 3
  • 41
  • 61
4
votes
1 answer

Eclipse - preview source in separate window on mouse click?

I'm looking for a way to be able to preview code related to what's under my cursor in a separate window when I click the mouse/touchpad. Eg. definition for methods / member variables etc. Something like the results of Ctrl+Click but instead of…
dangling_refrenz
  • 325
  • 3
  • 12
4
votes
1 answer

Why is my code not updating on my app? (After updated eclipse)

Before you downvote my question because you don't see any code (ridiculous reason to downvote), read it. The Problem The problem is that even when I change my code and run it on my phone, it will run but the app won't have actually changed. For…
Michael Yaworski
  • 13,410
  • 19
  • 69
  • 97
4
votes
4 answers

Android ADT bundle [install new software]

I've just downloaded the Android ADT bundle (eclipse + Android SDK) from here and I tried to install new software from Help --> Install new software... but there's always an error (an exception) that occur. The repository I'm trying to load is…
superpuccio
  • 11,674
  • 8
  • 65
  • 93
4
votes
3 answers

Android Development - Command "adb devices" not listing my device

I see many people has this problem and so I see many solutions as well. But none is working. I am having Ainol Novo8 Dream QuadCore Tablet running Android 4.1.1. My Window machine is Win 7 (with all updates). For above I have download usb_driver i…
Satya Prakash
  • 3,372
  • 3
  • 31
  • 47
4
votes
6 answers

This Android SDK requires Android Developer Toolkit version 22.0.0 or above. Current version is 21.1.0.v201302060044-569685.

I updated the SDK to the latest version i.e 22.0.0 from help>>install new software and then I put the url " http://dl-ssl.google.com/android/eclipse/ " there then I ticked "Developer Tools" and "NDK Plugin" then it says Cannot complete the…
theanilpaudel
  • 3,348
  • 8
  • 39
  • 67
4
votes
3 answers

Cannot create Android app in Eclipse. Red x icon by 'Theme'

I cannot create a new Android project in Eclipse. I have already seen this question, and I did already have the SDK platform installed. I have attached a link to the screenshot below, and as you can see, it's saying to enter an application name, but…
4
votes
1 answer

Why developing for android with multiple projects is slow on my setup?

When we first started developing for android, we had 2 projects: One for the 'core' functionality, other for the 'business' functionality. So far so good, we went through bad times waiting so much time for compilation of XML changes, but life was…
mrcaramori
  • 2,503
  • 4
  • 29
  • 47
4
votes
2 answers

Updating ADT plugin in Eclipse

I have updated my SDK from API level 15 to 17. Now While opening the eclipse i am getting the message to update ADT. When i am trying to update ADT, it is not progressing at all. Please see the attached screen shot. I am using Ubuntu 12.01.
user965071
  • 1,643
  • 5
  • 16
  • 16