Android Studio Bumblebee 无法检测到 androidx 包
我在项目中使用 androidx
包中的组件。将我的 Android Studio 从 Arctic Fox 升级到 Bumblebee 后,IDE 中未检测到 androidx 组件。它建议我导入它们,但是当我按照 IDE 中的建议导入它们时,它会从 android
包导入相同的组件。
包导入 正如您在屏幕截图中看到的,androidx
组件显示为灰色,但它们正在此类中使用。
使用中的组件 如果我不从 android
包导入,组件显示为错误。
不过,该项目仍然可以编译并运行,没有任何问题。但不正确的错误处理起来很烦人。
我尝试在 gradle.properties 中设置以下内容:
android.useAndroidX=true
android.enableJetifier=false
它不能解决问题。我还可以做些什么来在 Bumblebee 中使用我的 androidx 组件吗? 提前致谢 :)
I was using components from androidx
package in a project. After upgrading my Android Studio from Arctic Fox to Bumblebee, the androidx components are not detected in the IDE. It suggests me to import them, but when I import them following the suggestion in IDE, it imports the same components from android
package.
package imports
As you can see in the screenshot, androidx
components are greyed out but they are being used in this class.
component in usage And if I don't import from android
package, the components are shown as error.
However, the project still compiles and runs without any problem. But the incorrect errors are annoying to work with.
I've tried setting the following in gradle.properties
:
android.useAndroidX=true
android.enableJetifier=false
It doesn't solve the problem. Is there anything else that I can do to use my androidx components in Bumblebee?
Thanks in advance :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将gradle插件升级到7.3.1版本
Upgrade gradle plugin to version 7.3.1