Using tools 23.0.2 And latest SDK I've checked my xml resources for errors. I've run them through tidy and they are ok. I've cleaned the project.
But still I'm getting errors trying to use appcompat v7 support library. here's where I have the appcompat_v7 library: $ ls ../sdk/extras/android/support/v7/appcompat/ AndroidManifest.xml build.xml libs proguard-project.txt README.txt src bin gen local.properties project.properties res And here's my main project project.properties: android.library.reference.4=../sdk/extras/android/compatibility/v7/appcompat When I run 'ant debug' it builds the appcompat library classes.jar And here's the errors I'm seeing: ListPopupWindow.java:26: error: package android.support.v7.appcompat does not exist [javac] import android.support.v7.appcompat.R; Here's the generated classes.jar and R.java: $ ls -l ../sdk/extras/android/support/v7/appcompat/bin/classes.jar -rw-rw-r--. 1 greno greno 538 Jul 19 12:24 ../sdk/extras/android/support/v7/appcompat/bin/classes.jar $ ls -l ../sdk/extras/android/support/v7/appcompat/gen/android/support/v7/appcompat/R.java -rw-rw-r--. 1 greno greno 174070 Jul 19 12:24 ../sdk/extras/android/support/v7/appcompat/gen/android/support/v7/appcompat/R.java What else is needed? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.