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
Disable jack for debug build type (build.gradle):
buildTypes { ... debug { jackOptions { enabled false } } }
Note: 1.8 source compatibility requires jack!