Reputation: 61
I Couldn't Resolve this Error Environment .
I couldnt Sort this , I have rebuilded , cleaned , Rebuilded Gradle . but couldnt solve this error
Upvotes: 6
Views: 5046
Reputation: 75788
I guess you are missing below .
import android.os.Environment;
At first add this & then Clean-Rebuild Your Project
.Hope this helps .
Upvotes: 8