Lucia
Lucia

Reputation: 614

DownloadManager Import Error

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

Upvotes: 3

Views: 1097

Answers (1)

Isshun
Isshun

Reputation: 101

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

Upvotes: 4

Related Questions