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
Make sure that you build configuration with debuggable flag.
buildTypes { debug { minifyEnabled false debuggable true } }