Top "Eclipse-adt" questions

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

What is the differences between `export signed` and `unsigned` .apk file?

I'm building .apk file for my Android application using Android tools - Export... as guided here My question is what …

android eclipse-adt android-install-apk
Eclipse ADT: Java was started but returned exit code=13

Could someone one clarify why my Eclipse (http://developer.android.com/sdk/index.html) from ADT won't start? Every time …

java android eclipse adt eclipse-adt
Parsing data for Android L failed.Unsupported major.minor version 51.0

After installing ADT Plugin for Eclipse, I tried to make a new Hello world Android app. But I met with …

java android eclipse windows-8 eclipse-adt
Android - "Parsing Data for android-21 failed"

Had the following error in Eclipse after installing Android 5.0 (SDK 21) "Loading data for Android 5.0" has encountered a problem. Parsing Data …

android eclipse adt eclipse-adt android-5.0-lollipop
CardView inside RecyclerView has extra margins

I am using a CardView as element inside a RecyclerView. When doing so android automatically generates margins between the cardView …

android eclipse-adt android-recyclerview android-cardview
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.…

android eclipse adt java-8 eclipse-adt
Playing a sound when button clicking in Android

I'm new to Android, and I'm trying to do something simple like play a custom MP3 when a button is …

android eclipse eclipse-adt
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 …

android android-emulator ubuntu-11.04 eclipse-adt
Avoid hardcoding the debug mode; Warning in Android Manifest

After updating my ADT plugin to version 17 I'm getting a warning massage saying Avoid hardcoding the debug mode; leaving it …

android android-manifest eclipse-adt