I\'m testing my app in a physical device
On debug run
Console
$ adb push C:\\Users\\arjun\\AndroidStudioProjects\\Scol\\app\\build\\outputs\\a
Go to Run -> Edit Configurations
Second tab "Miscellaneous"
Check item "Show logcat automatically"
it's better to check item "Clear log before launch", too.
and see logs and crashes in Android Monitor logcat
Look at menu bar and go to Run → Edit Configurations.
Select the second tab, "Miscellaneous".
Check "Show logcat automatically" and "Clear log before launch".
go to File / Setting / Build, Execution, Deployment / Instant Run , enable Log extra ...
now you have the log in Android Monitor tab (alt+6)
Try out File -> invalidate cache and restart It worked out for me