下载管理器导入错误

发布于 2024-12-26 06:49:01 字数 192 浏览 1 评论 0原文

我正在尝试使用 DownloadManager 实现代码,但出现导入错误:

 导入 android.app.DownloadManager 无法解析

我是否必须向项目添加任何内容才能使用这个库?

非常感谢你,

露西娅

I'm trying to implement a code with DownloadManager but I have an import error:

 The import android.app.DownloadManager cannot be resolved

Do i have to add anything to the project in order to use this library??

Thank you very much,

Lucía

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

梦与时光遇 2025-01-02 06:49:01

DownloadManager 仅从 API 级别 9 (2.3/Gingerbread) 开始存在,您知道吗?使用 9 或更高?

DownloadManager exists only since API level 9 (2.3/Gingerbread), do you use 9 or higher ?

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