skip to Main Content

One week ago the run tab stopped showing logs. Usually it was showing errors, general logs, info of the application running, etc, but now it only shows this:
Run Tab

After some time, android studio stops tracking the app that was launched: AS Stops tracking the app

And if I checked the logcat tab, it says there are no debuggable processes: No debuggable processes, even though the app in the emulator is still running.

I don’t know if maybe it is some sort of setup that I changed unintentionally or if it is indeed a bug generated with the latest version of android studio for linux (ubuntu 20.04), what I do know is that I would like to receive feedback on this, since that run tab is the first thing that provides quick info about the app and it was working nicely. Thank you!

2

Answers


  1. Chosen as BEST ANSWER

    Well, in order to solve the issue I had to reinstall all the components of AS, incluing SDKs and so forth, worked perfectly after that


  2. Delete the ‘.idea’ folder inside your project and run again.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search