下载管理器导入错误
我正在尝试使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
DownloadManager 仅从 API 级别 9 (2.3/Gingerbread) 开始存在,您知道吗?使用 9 或更高?
DownloadManager exists only since API level 9 (2.3/Gingerbread), do you use 9 or higher ?