error after updating the support library

前端 未结 5 901
耶瑟儿~
耶瑟儿~ 2021-01-01 16:47

I just updated my libraries when Android 5.0 got lunched today

one of the files that got updated is android-support-v7. after that I kept getting these errors

5条回答
  •  天命终不由人
    2021-01-01 16:51

    My solution to a similar error;

    1) I installed 21 api with sdk manager.

    2) I changed my project's build target to 21. and I changed v7-appcompat library build target to 21.

    and finally I think support library projects (v7-appcompat or v7-gridlayout) must be in workingset.

提交回复
热议问题