Android Hari
Android Hari

Reputation: 61

Cannot Resolve symbol Environment

I Couldn't Resolve this Error Environment .

I couldnt Sort this , I have rebuilded , cleaned , Rebuilded Gradle . but couldnt solve this error

enter image description here

Upvotes: 6

Views: 5046

Answers (1)

IntelliJ Amiya
IntelliJ Amiya

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

Related Questions