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

Eclipse ADT 'Couldn't resolve resource' but works fine

I realised today that you don't have to have string values in 'strings.xml', dimensions in 'dimens.xml', etc and you can put them in any xml file or indeed combine them all into one. As long as they are findable in the res folder and match the…
Neil Walker
  • 6,400
  • 14
  • 57
  • 86
0
votes
1 answer

ADT not working after update to v22

My ADT stopped working after updating to version 22. I have tried using the alternate Google repository for the tools, which didn't work, as well as removing other potentially conflicting Eclipse plugins. I also tried deleting the folders that…
FLamparski
  • 115
  • 8
0
votes
2 answers

java.lang.NoClassDefFoundError after proguard obfuscation

After exporting signed package from eclipse, application started crashing when one of activities is invoked. 05-30 23:05:43.814: E/AndroidRuntime(11578): FATAL EXCEPTION: main 05-30 23:05:43.814: E/AndroidRuntime(11578):…
Velja Radenkovic
  • 716
  • 1
  • 6
  • 27
0
votes
1 answer

Extending ViewGroup Android 4.2.2

I have an application that works fine in Android 4.1.2 but on Android 4.2.2 I get the following error: https://gist.github.com/hanleyhansen/ed3a81067638de6136e3 This is my WorkspaceMod.java…
hanleyhansen
  • 6,304
  • 8
  • 37
  • 73
0
votes
2 answers

eclipse with adt-bundle wont start - registry entry not found

Problem is with eclipse as modified for Android ADT. I installed adt-bundle-windows-x86_64.zip (downloaded 24feb2013), and kept it up to date ADT bundles and eclipse updates. I updated the ADT (?) to version 22 recently. Android compilations failed…
Guy Smith
  • 178
  • 1
  • 12
0
votes
1 answer

New Android virtual device does not appear as an option when running app

I am constantly finding myself having to recreate virtual device emulators to solve glitchy issues with Android development. Usually the process of deleting and recreating the virtual device is successful. Today, however, after a reboot, I am able…
Pheepster
  • 6,045
  • 6
  • 41
  • 75
0
votes
2 answers

Android Project Not Importing in ADT. Changed APK to zip, unpacked and can't make project from existing source

I am thinking about working with another developer that gave me some links to APKs that I can look at before we start working. He told me I could rename them to zips and then extract them. That worked. Now I want to put the source in ADT as a…
David West
  • 2,256
  • 6
  • 32
  • 62
0
votes
3 answers

Android: AVD manager won't detect Byond B54 and Micromax phones as Virtual Device

I need to use my phone as emulator/target/virtual device when I run my application. I have enabled the USB Debugging in Settings. What more do I need to do to make Eclipse AVD Manager to detect my Byond B54 and Micromax devices? How to get in usb…
Devu Soman
  • 2,246
  • 13
  • 36
  • 57
0
votes
3 answers

NoClassDefFound exception when using dialog fragment

I'm new to android development. I'm following this link to create an alert dialog. But I'm receiving NoClassDefFound error at newFragment.show(getFragmentManager(), "dialog"); EDIT: Stacktrace 04-19 06:40:08.640: E/AndroidRuntime(1656): FATAL…
robert
  • 8,459
  • 9
  • 45
  • 70
0
votes
1 answer

How to create app info page

I need to create a page for an android app that displays info about the app. App version, db version, php version, etc. Is there a simple way of doing this or should I just write it all on a page with and XML ? I was to use the default android…
Migrane0
  • 11
  • 1
0
votes
0 answers

Using Eclipse Android Debugger with a Custom Makefile Android Project

I've been building my Android project using my own build system. The build system I am using involves makefiles that merges code between several Android projects. I want to move into using eclipse to develop and build my application. If you are…
Ivan Thai
  • 351
  • 1
  • 4
  • 12
0
votes
2 answers

Migrated Android App from Netbeans to Eclipse ADT - Will app release be considered as a "new" or "versioned" release?

I previously released an Android app which was built using the Android plug-in for NetBeans. For the subsequent updated versions, I am using the Eclipse ADT. This is due to a problem I faced with the NetBeans plug-in. I migrated the code over and…
Jimbalaya
  • 150
  • 8
0
votes
1 answer

Android ADT Bundle for MAC content assist not work

I've installed the last version available for the download from the developer.android.com website of the Android ADT Bundle for MAC. It includes the essential Android SDK components and a version of the Eclipse IDE with built-in ADT (Android…
Hw.Master
  • 4,412
  • 3
  • 18
  • 19
0
votes
1 answer

can not create new android application project in eclipse but can import and run existing

If I import existing android project in eclipse it works. But when I try to create new android project everything up-to last screen works but on last screen even if I press finish button, the dialog remains as it is, it doesn't get dismissed. And in…
android developer
  • 491
  • 3
  • 7
  • 16
0
votes
0 answers

Why am I getting "PANIC: Could not open" when trying to start an emulator?

I have seen a few similar questions on this topic, such as this and this, but whereas those two questions deal with an incorrect path, I am not getting a path at all. Am I missing something? All I have done is create a virtual Android device as per…
Raven Dreamer
  • 6,940
  • 13
  • 64
  • 101