R cannot be resolved error when using ActionBarSherlock

前端 未结 6 815
走了就别回头了
走了就别回头了 2021-01-11 13:40

I am trying to use Jake Wharton\'s ActionBarSherlock to support actionbars in android projects all the way down to 1.6

I\'m getting started using the video provided

6条回答
  •  太阳男子
    2021-01-11 14:24

    Mine was different:

    I have a 64bits OS (linux mint) and I had to install the 32bit libraries:

    sudo apt-get install ia32-libs
    

    After this just clean all and build a new project and it worked.

提交回复
热议问题