eclipse-adt

Eclipse and Android XML layouts gives “'default' is not a best match for any device/locale combination”

∥☆過路亽.° 提交于 2019-11-27 14:05:41
This is my first time making an app with XML layouts. In the past I have always dynamically generated my layouts at runtime, so don't worry, I am NOT an Android newbie. Still, this is my first time with static layouts. So what's this message all about? [2010-09-22 20:43:23 - Rockport] 'default' is not a best match for any device/locale combination. [2010-09-22 20:43:23 - Rockport] Displaying it with 'Locale Language ___Region __, Normal Screen, Short screen aspect ratio, Landscape Orientation, No Dock, Day time, Medium Density, Finger-based touchscreen, Soft keyboard, Qwerty keybard, Trackball

CardView inside RecyclerView has extra margins

£可爱£侵袭症+ 提交于 2019-11-27 13:05:22
I am using a CardView as element inside a RecyclerView. When doing so android automatically generates margins between the cardView and the screen and between different cardViews. <android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@color/galleryCardBGColor" app:cardCornerRadius="2dp" > <android.support.v7.widget.RecyclerView android:id="@+id/my_recycler_view" android:layout_width="match_parent" android:layout

Will Eclipse ADT be Deprecated?

不问归期 提交于 2019-11-27 12:02:47
Searching the web and the Android Team announcement I couldn't find The answer. Will Eclipse ADT be deprecated when Android studio reach its first stable version? The funniest thing is that they also update eclipse plugin to the latest ADT 22.0.0 Why the Android Team started another IDE instead of continue improving the old good ADT ?? It seems like yesterday when they announced the ADT Bundle with all the android plugins integrated. Personally I could not find the right answer about this. To be honest I feel very comfortable with eclipse and find it much more simple/clean/user-friendly that

What is the final version of the ADT Bundle?

泄露秘密 提交于 2019-11-27 09:14:22
问题 What is the final version of the ADT Bundle that was released by Google? Since " Android Studio " was announced as official IDE for the development of Android apps, the ADT Bundle (Eclipse with ADT Plugin & Android SDK) cannot be downloaded from developer.android.com any longer. I also could not find a version history for the ADT Bundle . I need the final version number in the form " YYYYMMDD ", so I can determine the URL for downloading according to the following pattern (see also this

How to debug on a real device (using Eclipse/ADT)

和自甴很熟 提交于 2019-11-27 06:22:28
I'm trying to figure out how to debug applications directly on my phone (HTC Desire). I've installed the USB driver that came with the phone and the phone is listed when using "adb devices". How do I configure eclipse/ADT to launch on the phone instead of launching the emulator/virtual device? Sachin Gurnani With an Android-powered device, you can develop and debug your Android applications just as you would on the emulator. 1. Declare your application as "debuggable" in AndroidManifest.xml . <application android:debuggable="true" ... > ... </application> 2. On your handset, navigate to

Error: This Android SDK requires Android Developer Toolkit version 22.6.1 or above

隐身守侯 提交于 2019-11-27 06:13:25
I have installed adt version 22.6.1 already 2 days ago. It was working fine. Suddenly, When I open eclipse today, it keeps showing me following error: This Android SDK requires Android Developer Toolkit version 22.6.1 or above. Current version is 22.2.1.v201309180102-833290. Please update ADT to the latest version. Here is screenshot of my eclipse's Android SDK Manager : I tried with following steps to resolve my issue as discussed in this Link Help | Install new software Select the ADT update site (there are two, one with http:// and one with https:// . If one doesn't work, try the other.

Eclipse ADT Bundle Not Working Properly

荒凉一梦 提交于 2019-11-27 05:48:26
问题 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 (I'm running eclipse.exe with admin rights): no ADT plugin, no application title (generic Resource -), no SDK manager link, ecc.ecc. My workspace folder is totally clean under c:/dev/android, I've latest 64-bit JDK installed (version 8 update 5).

Unknown error: Unable to build: the file dx.jar was not loaded from the SDK folder

心不动则不痛 提交于 2019-11-27 04:32:28
问题 When I try to run my Android project on Eclipse ADT, I see this in the Console: [2017-03-24 15:34:41 - Dex Loader] Failed to load C:\Users\jaimemontoya\android-sdks\build-tools\26.0.0-preview\lib\dx.jar [2017-03-24 15:34:41 - CouponClub] Unknown error: Unable to build: the file dx.jar was not loaded from the SDK folder! I am using Eclipse Neon.2 Release (4.6.2): This is the package configuration I have as seen from the Android SDK Manager: What I understand from that error is that it failed

Can't update ADT plugin in Eclipse to version 23.0.0 or above

风流意气都作罢 提交于 2019-11-27 02:30:36
问题 I am beginner in Android programming. My problem is, that I can not update ADT. The problem started, when after a long time I have updated in Android SDK Manager the Android SDK Tools. Then I was trying to import a project into the workspace. But I couldn't import that, because every time I clicked the Finish button, nothing happened. Then I closed Eclipse and opened it again, and showed me the following error: I clicked on the Check for Updates, but it didn't find anything. On the Internet I

Eclipse reports rendering library more recent than ADT plug-in

我与影子孤独终老i 提交于 2019-11-26 19:18:23
On a new Android SDK installation, the Eclipse Graphical Layout is blank, rather than showing the rendering of the layout. Eclipse displays this message: This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in. The bug report Eclipse reports rendering library more recent than ADT plug-in lists the steps to reproduce. How do I fix this? Click Help > Install New Software . In the Work with field, enter: https://dl-ssl.google.com/android/eclipse/ Select Developer Tools / Android Development Tools . Click Next and complete the wizard. Change