I had the same problem tonight and found that you need to change the API target to 3.2.2.
In eclipse, right click the project and select properties>android and select "Android 3.2" -- and when you apply it the errors go away. If you don't make this selection when you first open the project you get the Android 1.6 API by default On Sep 7, 9:36 am, Jalal <[email protected]> wrote: > Hi, > > I did all the steps in the instructions to use this library but still > can't do the imports. I see the .jar in the libs folder and in the > Reference Libraries and nothing. Has someone solved the issue? Thanks > > Cheers, > On 31 ago, 15:23, Mark Murphy <[email protected]> wrote: > > > > > > > > > You need to add the Android Compatibility Library to your project. > > > On Wed, Aug 31, 2011 at 9:18 AM, Harald <[email protected]> wrote: > > > I am trying to run the sample "Fragment Pager Support" but I get the > > > error: > > > "The importcom.example.android.supportv4.Rcannot be resolved" > > > at this line: > > > importcom.example.android.supportv4.R; > > > > any ideas? > > > > -- > > > 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 > > > -- > > Mark Murphy (a Commons > > Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy > > > Warescription: Three Android Books, Plus Updates, One Low Price! -- 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

