Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 373
Android Hari Avatar asked Mar 13 '23 16:03

Android Hari


1 Answers

I guess you are missing below .

import android.os.Environment;

At first add this & then Clean-Rebuild Your Project .Hope this helps .

like image 188
IntelliJ Amiya Avatar answered Mar 24 '23 04:03

IntelliJ Amiya