Android Library Import delete R

前端 未结 3 2044
陌清茗
陌清茗 2021-01-13 18:28

I\'m making a new android app, and I am using the action bar sherlock library.

I imported the library as a project and got two errors. First, all my layouts are not

3条回答
  •  梦谈多话
    2021-01-13 18:39

    Make sure that your project and the imported library use the same Android version.

    This is often related to the Android version your project uses, specifically if you import something that is a different version than your project.

    For a walkthrough to fix the problem, see my answer here

提交回复
热议问题