Re: [android-developers] Problems with new ADT (14) library building

2011-10-25 Thread Marco Alexander Schmitz
Hi, I had the same problem with a library project. In fact I got a dalvic error 1 so that the toolchain couldnt work so that no R.java was created... My solution was to add thos line to the .classpath of the library project: classpathentry kind=con path=com.android.ide.eclipse.adt.LIBRARIES/

[android-developers] Problems with new ADT (14) library building

2011-10-24 Thread Jeremy Statz
I have a large set of support classes contained in a library that's shared between about 40 projects, and since updating to the newest ADT (14) I'm having major problems with any classes involving UI. In particular these do things like create a color picker when you tap on a preference item, or