↧
Eclipse 3.6 and ADT
Yeah, it doesn’t work. Eclipse 3.6 with the ADT (Android Development Toolkit?) will frequently freeze and occasionally crash. Not sure why this is — as the author of several Eclipse plugins I can’t...
View ArticleStrange ClassCastException with AsyncTask
I was getting a pretty strange ClassCastException when calling execute on an AsyncTask. The exception was supposedly occurring at line 1 of the source file but this is impossible as line 1 is the...
View Article