Since the latest android sdk i am unable to run my android applications from eclipse anymore because they cant find classes which i have in other eclipse projects, which are references via the 'normal' build path.
this has definitely worked before. and there are no compile errors in eclipse.
could it be that, now you have to mark those projects as android library projects in case they are referenced by an android project.
edit: it seems that this is the reason why it is broken: http://tools.android.com/recent/dealingwithdependenciesinandroidprojects
but i still have to figure out how i should now reference my "normal" java projects to the android app project.