Hello World Android App, Error: workspace\appcompat_v7\res\values-v21\styles_base.xml No resource found that matches the given name

前端 未结 8 571
耶瑟儿~
耶瑟儿~ 2020-12-15 05:36

I am a totally newbie who just got into Android development. I am going through the \"Building your first app\" tutorial on the official Android developer webpa

8条回答
  •  失恋的感觉
    2020-12-15 06:32

    You will see the error at values-v21, it is said that you have not install Android API21. if you install the Android API21,the error will disappear automatically.

提交回复
热议问题