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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
DownloadManager exists only since API level 9 (2.3/Gingerbread), do you use 9 or higher ?