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
if you have minifyEnabled true in
debug { minifyEnabled true debuggable true }
remove that and using just like that debug { debuggable true }
its work for me