I want get my android version, I'am using android studio and Android 4.3 for SDk. I try :
String deviceAndroidVersion =Build.VERSION;
and get error message :
Error:(58, 40) error: cannot find symbol variable VERSION
I try to another way almost suggest that way to get android version. Thankyou