作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我的图书馆项目有一个定位服务,根据 Android Q 要求,它设置了 android:foregroundServiceType="location"
list 中的属性。当应用程序模块使用我的库并针对 API 级别 28 进行编译时,它会失败并出现以下错误:
AndroidManifest.xml:57: AAPT: error: attribute android:foregroundServiceType not found.
最佳答案
在迁移到 Androidx
后,我遇到了同样的错误和更新compileSdkVersion
从 28 日到 29 日,我的问题得到了解决。所以请做这些改变,你可以得到你的解决方案
关于android - 如何在保持向后兼容性的同时将 foregroundServiceType 添加到库 list ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56579320/
我是一名优秀的程序员,十分优秀!