Hi all, I am trying to test compatibility of my code with Android 1.6 in Eclipse (I wrote it using Android 2.0). However, when I include the Android 1.6 SDK instead of Android 2.0, all my references to the R class break. I have tried rebuilding, I deleted the "gen" directory, I set the minSDK to 4 in the manifest, restarted, all the usual fixes, but nothing seems to help. The documentation claims that the R class was defined in Android 1.6. Does anyone know if I have to do things differently for this code to work in older OSes? Thanks for any insight you may have!
-- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

