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
7
votes
1 answer

How do I make Eclipse/ADT honor the nocompress tags I added to build.xml?

In a nutshell I need the Eclipse APK auto-build functionality to use approximately the same build settings the ant command line version. The longer version There has been a moderate amount of discussion about how to package an asset or resource into…
Jason Weiler
  • 81
  • 1
  • 5
7
votes
3 answers

ADT Plugin "Loading data for Android X.X.X" every time XML files are opened

I know there are some questions like this on stackOverflow, but i think they are old. I'm working with the latest versions of Android SDK Tols (24.3.2 rev) and ADT 23.0.6. This problem with eclipse, it seems fixed for ADT 22.6.3, but i dont want to…
jzafrilla
  • 1,416
  • 3
  • 18
  • 41
7
votes
7 answers

While extracting adt-bundle-windows-x86_64-20140702 this error from windows 8

**While extracting adt-bundle-windows-x86_64-20140702 from windows 8 this error occurred (! D:\Bela\Work\adt-bundle-windows-x86_64-20140702.zip: Cannot create folder…
user3776347
  • 71
  • 1
  • 1
  • 3
7
votes
4 answers

android eclipse not creating blank activity

The problem is, in Eclipse, the new >> Project >> Android >> Android Application Project >> BlankActivity does not create any Activities in the src directory, and does not include the Activities in the manifest.xml. I know this question has been…
Jillian
  • 113
  • 1
  • 6
7
votes
2 answers

How to resolve warning: You are installing software that contain unsigned content and authenticity and validity of this software can not established

I am new to Android . I installed Eclipse Kepler version. I followed this link. https://sites.google.com/site/barsham/list-of-topics-1/programming/eclipse-android-windows-64 After doing the following step : 6.1. Start Eclipse, then select Help >…
Parag Kuhikar
  • 485
  • 2
  • 6
  • 17
7
votes
1 answer

lib/gdbserver Error:Permission denied

I'm trying to debug my android application in Eclipse/ADT by selecting: Debug As->Android Native Application However, after building I get: gdbserver output: run-as: exec failed for lib/gdbserver Error:Permission denied Verify if the application was…
7
votes
1 answer

error in App Engine connected android project

I downloaded the Google plugin for eclipse with all the necessary tools. When I create in eclipse a new 'App engine connected android' Project there are immediately the following 4 errors (without touching the code) in the android project although…
7
votes
2 answers

Project Name Issue when Importing Android Projects into Eclipse

This is a small issue with Eclipse when dealing with the ADT. Question: When importing projects into Eclipse, the name is not coming up correctly. Even though it should just be the name (ex. "HelloWorld"), the name is actually tied to the package…
orion
  • 89
  • 2
  • 7
6
votes
1 answer

How to create android jar project with src, res folder

I want create android project use as jar library in another project with source and resources folder. I have created demo project and export into jar by selecting src and res folder from eclipse. In my jar project contains view class that use layout…
Sandy
  • 428
  • 1
  • 5
  • 16
6
votes
1 answer

Error:(28, 34) error: package android.support.annotation does not exist

After importing an Eclipse ADT project into Android Studio, I'm seeing these errors: Error:(28, 34) error: package android.support.annotation does not exist Error:(34, 34) error: package android.support.v4.content does not exist Error:(26, 30)…
6
votes
3 answers

Cannot complete the install because of a conflicting dependency. Eclipse error for ADT

Cannot complete the install because of a conflicting dependency. Software being installed: Android Hierarchy Viewer 23.0.2.1259578 (com.android.ide.eclipse.hierarchyviewer.feature.feature.group 23.0.2.1259578) I have read all the previous…
user3639423
  • 61
  • 1
  • 1
  • 2
6
votes
4 answers

Eclipse ADT Bundle Not Working Properly

I've just downloaded the Eclipse ADT Bundle from official site: http://developer.android.com/sdk/index.html (specifically adt-bundle-windows-x86_64-20140624.zip). I'm on Win 7 64 bit, I've MD5 match for the zip file, but Juno fails to load correctly…
Jumpa
  • 4,319
  • 11
  • 52
  • 100
6
votes
5 answers

Adt doesn't create default hello world but command line does

My ADT worked correctly as same as whatever saw in tutorial until 2days ago when i created a project like before and also i selected "create a blank activity" and i expect it makes a default hello world project for me and a Main.java also a xml…
minttux
  • 435
  • 4
  • 8
  • 19
6
votes
2 answers

Android Studio 0.4.3 Eclipse project without gradle

Prior to this version it seemed easy to open an eclipse project as-is in Android Studio without any conversion. I prefer the Android Studio environment, but am working on a project that uses eclipse as the main IDE. I'd rather not have to download…
damccull
  • 3,908
  • 2
  • 17
  • 22
6
votes
1 answer

Autocomplete does not work in XML files in particular hierarchy

In particular XML nodes hierarchy eg. DrawerLayout->RelativeLayout->ImageButton autocomplete does not work as expected. Suggestion list contains invalid items. Eg. android:src is not shown inside ImageButton while it should be. Invalid…
koral
  • 2,513
  • 1
  • 32
  • 41