我正在尝试将主题添加到我的项目中。它需要 appcompat v7。
我按照Android开发者网站中提到的步骤添加了支持库。经过大量搜索,我知道支持库 v4 会与支持库 v7 冲突。
所以我从我的项目中删除了 android library v4。因此,现在我得到了NotificationCompa
t 错误(import android.support.v4.app.NotificationCompat; import android.support.v4.app.NotificationCompat.Builder;
)。
我必须做什么?请有人帮我解决这个问题。提前致谢