Is it possible to view Dalvik bytecode for my app in Android Studio? If so, how?
Update:
My app is written in Java using Android Studio and I want to see my Java classes byte code, which is also known as Dalvik bytecode, (not the source code) inside Android Studio.