Hi, I am new to Android. I try to open the ApiDemos Sample I downloaded along with the SDK in Eclipse. But when I open the sample project, I got a bunch of errors. I took a look at the error, most of them are complaining missing R.java. I copied the R.java content from http://developer.android.com/resources/samples/ApiDemos/gen/com/example/android/apis/R.html, many errors are gone. But I still get some errors about some specific method/field in R.java, such as R.drawable.robot, android.R.anim.anticipate_interpolator and R.string.list_7_nothing.
And it also complains for "import static android.opengl.GLES10.*", BitmapDrawable, overridePendingTransition Please help. Thanks, Jian -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

