- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试为 Android 构建我的应用程序并以 Android API 28 为目标。但是由于我更新了库依赖项,我的应用程序构建失败并出现以下错误:
AAPT: error: attribute android:foregroundServiceType not found.
我已经读到,对于 Android Q(API 29) 上的某些服务(例如位置服务),用户必须指定前台服务的类型才能使权限正常工作,但我的目标是 API 28 和我的 AndroidManifest .xml 不包含该代码。
我使用的库是 Shake( https://shakebugs.com/ ):
implementation 'com.shakebugs.android:shake:13.0.1'
我使用了旧版本 (12.0.3) 的库,没有这个问题。
如有任何帮助,我们将不胜感激。
最佳答案
我解决了改变:
compileSdkVersion 29
我希望它对你有用,美好的一天,快乐的编码。
关于android-studio - 安卓工作室 4.0 安卓 :foregroundServiceType not found when targetSdkVersion 28,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62910456/
为什么除了位置之外,Android Q 中还需要foregroundServiceType 属性?如果服务用于位置访问,我们需要设置它。但是,其他类型呢? https://developer.andr
我的图书馆项目有一个定位服务,根据 Android Q 要求,它设置了 android:foregroundServiceType="location" list 中的属性。当应用程序模块使用我的库并
我正在尝试为 Android 构建我的应用程序并以 Android API 28 为目标。但是由于我更新了库依赖项,我的应用程序构建失败并出现以下错误: AAPT: error: attribute
我是一名优秀的程序员,十分优秀!