Skip to content Skip to sidebar Skip to footer
Showing posts with the label Adt

Android Project Using Eclipse Gives Error: Cannot Switch On A Value Of Type String For Source Level Below 1.7

I was working on an android project using eclipse and suddenly i started to get this error: Cannot… Read more Android Project Using Eclipse Gives Error: Cannot Switch On A Value Of Type String For Source Level Below 1.7

How To Repair An Eclipse/android Installation? Png Load Problems In The Graphical Xml Editor

For quite a while my Eclipse environment with the Android plug-in was running smoothly. Somewhere … Read more How To Repair An Eclipse/android Installation? Png Load Problems In The Graphical Xml Editor

Adt Isn't Working, Launching Eclipse Juno Instead

I updated my ADT and SDK, installed a new JDK and now it open Eclipse Juno and not the Android Deve… Read more Adt Isn't Working, Launching Eclipse Juno Instead

Custom Android Views In Eclipse Visual Editor

In my applications, I often rely on custom build views, such as in the following example. Solution … Read more Custom Android Views In Eclipse Visual Editor

How Can I Adb Install An Apk To Multiple Connected Devices?

I have 7 devices plugged into my development machine. Normally I do adb install and can install to… Read more How Can I Adb Install An Apk To Multiple Connected Devices?

Why Shouldn't I Set Layout_width And Layout_height In A Style?

If I have a lot of TextViews serving as item labels, I thought I could extract everything that'… Read more Why Shouldn't I Set Layout_width And Layout_height In A Style?

How To Import An Existing Android Library Project Into Eclipse Workspace

I see there are powerful support projects out there like this one: https://github.com/JakeWharton/A… Read more How To Import An Existing Android Library Project Into Eclipse Workspace

Android Asset Loading

Still haven't found an answer to this question. I've been copying and pasting source code f… Read more Android Asset Loading