After Updating the android version 1.5 to 2.0 Preview4. Android studio Debugger unable to find the local variable defined in method definition. For reference, find the below
I got the problem , it was in build.gradle file
buildTypes { debug{ minifyEnabled true //This was the problem , make it false
} release{ } }