error after updating the support library

前端 未结 5 891
耶瑟儿~
耶瑟儿~ 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 17:12

    Modify the project.properties file, which has:

    target=android-19
    

    to

    target=android-21
    

    after changes above close project then open and clean

提交回复
热议问题