Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 AIDE 中为我的项目使用 appcompat。所以我下载了 jar 文件,将其添加到 lib 文件夹并编码我的项目。但是当我主题化时,通过放置代码
android:theme="@style/Theme.AppCompat"
进入 AndroidManifest.xml,它得到一个错误,显示没有找到与名称匹配的资源。我修改了 project.properties 文件,但仍然发生同样的事情。我该怎么办?
AppCompact 是一个库项目。您必须在您的 Andorid 项目中引用它,而不是将其添加为 jar。
读
找不到与给定名称“@style/Theme.AppCompat.Light”匹配的资源