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

Using Android-maps-utils With Adt

I am trying to use this library [1] in an Android project with a fresh installation of ADT. I just … Read more Using Android-maps-utils With Adt

Android @suppress Errors Vs @targetapi

Sometimes I case out code for certain versions of Android that may run my application. Eclipse with… Read more Android @suppress Errors Vs @targetapi

Running Into Warnings And Errors Using Jspreadsheet

I'm using JSpreadSheet to read an xlsx file from the SDCard and try as I might I cannot get the… Read more Running Into Warnings And Errors Using Jspreadsheet

I Have Just Written My First Android App, And After 3 Hours It Still Doesn't Work

I have just started writing my first piece of code in an android app, however when I run it with th… Read more I Have Just Written My First Android App, And After 3 Hours It Still Doesn't Work

Adt V23 + Sdk 23 - Android "l" - Missing Proguard?

Recently I've updated to the newest Android 'L' SDK versions (and the ADT plugin of cou… Read more Adt V23 + Sdk 23 - Android "l" - Missing Proguard?

How Smart Is Eclipse / Adt When It Comes To Android Library Projects?

So, I've got a handful of 'Utility' style classes in some of my projects. I'm curio… Read more How Smart Is Eclipse / Adt When It Comes To Android Library Projects?

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?