android Studio 中的问题。无法解析符号 R

Issues in android Studio. can not resolve symbol R

我有完整的更新SDK。虽然没有可用的新更新,但我在 R 中有错误。我更改了项目结构中的编译 SDK 版本。然后它显示错误 Error:Error 正在检索项目的父项:找不到与给定名称匹配的资源 'android:TextAppearance.Material.Widget.Button.Inverse'。

来自

Your compile SDK version must match the support library's major version.

Since you are using version 23 of the support library, you need to compile against version 23 of the Android SDK.

Alternatively you can continue compiling against version 22 of the Android SDK by switching to the latest support library v22.

检查支持库的版本。我最近遇到了同样的问题,对我来说效果很好。