Android Studio Bumblebee 无法检测到 androidx 包

发布于 2025-01-09 10:13:09 字数 688 浏览 1 评论 0原文

我在项目中使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风吹过旳痕迹 2025-01-16 10:13:09

将gradle插件升级到7.3.1版本

Upgrade gradle plugin to version 7.3.1

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文