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
12
votes
4 answers

"Plug-in org.eclipse.jdt.ui was unable to load class org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart." issue in adt ( v22.6.2)

I am getting this error in my adt eclipse. I am using the updated version of java. Please somebody help me to solve this issue.
RamGrg
  • 296
  • 1
  • 4
  • 20
11
votes
2 answers

Android ConnectivityManager is not seeing permission ACCESS_NETWORK_STATE

I have simple code that wants to read the state of network connection. I've added permission to the AndroidManifest.xml: My code that tries to access network state: …
Danubian Sailor
  • 1
  • 38
  • 145
  • 223
11
votes
4 answers

Adding Sliding Tabs using Support Library v7:21 with Toolbar in Android Developer Tools for existing project

I have already read the information in this link: Use Tab with new ToolBar (AppCompat v7-21) and did a lot of research on the same. But the problem is the SlidingTabLayout project is using Gradle build files and structure. I want to add the tab…
11
votes
1 answer

My computer is connected over a VPN, Android emulator can't access local intranet sites

I work remotely and connect to my office through a VPN client. Every program on my computer can access the office network, browsers can connect to intranet sites (e.g. http://myportal/). When I open an Android emulator up and open the browser, it…
cowsay
  • 1,282
  • 1
  • 15
  • 36
11
votes
2 answers

Eclipse - Errors running builder 'Android Package Builder'

I updated ADT from 22.x to the latest 23.x and now I'm getting the following error when trying to run the project: Errors occurred during the build. Errors running builder 'Android Package Builder' on project…
TimSim
  • 3,936
  • 7
  • 46
  • 83
11
votes
3 answers

Is it possible to preview the layout of an AppWidget in Eclipse?

I'm developing quite a few homescreen widgets and currently I have to install them on my emulator or my phone in order to preview the layout. Is it possible to preview the layout in Eclipse? When I open the XML of my layout in the preview mode, it…
Mridang Agarwalla
  • 43,201
  • 71
  • 221
  • 382
11
votes
9 answers

Android Emulator is not starting in Ubuntu

I have Ubuntu 11.04 and i downloaded latest eclipse ADT bundle, i also have installed all ia32libs, i dont know why the emulator is not starting, i have tried various device configurations, i have 4 platforms 2.2, 2.3 , 4.0 ,4.2. i have tried…
Akhil Jain
  • 13,872
  • 15
  • 57
  • 93
9
votes
1 answer

Change project file structure after migrating from Eclipse to Android Studio gradle structure

I have migrated a project from Eclipse. The project still has the "old" project file structure from eclipse (see http://developer.android.com/tools/projects/index.html). Is there a way to automatically change the file structrue to the new system…
9
votes
4 answers

Attach Eclipse debugger to restarted application

I am testing the onsave/onrestore mthods of my android application. To do this I phone my device and see that it kills the process and then I hang up. :) I see that it restarts the application. Question is: how do I cause it to restart in debug mode…
theblitz
  • 6,683
  • 16
  • 60
  • 114
8
votes
2 answers

After import from Eclipse to Android Studio cannot run Execution failed for task ':app:dexDebug"

Have an Android project working in Eclipse (4.4.2) ADT, running on Linux (Ubuntu 14.10). I have imported to Android Studio (1.1.0) and managed to get rid of my initial compilation errors. The next thing I want to d is to run on my phone - I push the…
Kibi
  • 1,860
  • 1
  • 29
  • 39
8
votes
4 answers

Eclipse not creating new Activity and xml layout file (issues started after updating eclipse and sdk)

Today I have update Android SDK tools & eclipse. Current SDK tools 24.0.1, Android development Tools 23.0.4.1468518, eclipse version 4.4.1. After update SDK & eclipse I create new project. In this project src folder is empty & res/layout folder also…
Jigar Shekh
  • 2,800
  • 6
  • 29
  • 54
8
votes
2 answers

Eclipse and Android and classpath: bin and target

I'm using Eclipse 4.5 with m2e 1.6.1.20150625-2338, ADT 23.0.3.1327240, Android for Maven Eclipse 1.1.0, and 23.0.6.1720515. I have an Android project marked as "Is Library": If I do a Maven|Update Project... on the project, the .classpath is…
Garret Wilson
  • 18,219
  • 30
  • 144
  • 272
8
votes
3 answers

eclipse error with plugins after update

I encountered a problem with This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in i tried this as learned from: Eclipse reports rendering library more recent than ADT plug-in 1. Click…
HimanshuR
  • 1,390
  • 5
  • 16
  • 35
8
votes
1 answer

R.java missing after updating ADT to 22.0.1

I know this problem has been discussed in "Eclipse giving error, missing R.java file after recent update" and "R.java not generated after ADT update" but I still can't make it work. My R.java file is not generated and I've searched here for…
Oscar
  • 81
  • 2
8
votes
4 answers

Eclipse Android layout designer - add new screen sizes for previewing

The graphical layout designer in the Eclipse ADT includes the ability to preview how the layout will look on a variety of screen sizes/resolutions. My question - is it possible to add new custom screen sizes to this list, to accommodate new devices…
Jonathan Wareham
  • 3,357
  • 7
  • 46
  • 82
1 2
3
37 38