After updating AndroidStudio to 4.2
I can't see my apps in debuggable process. every things was ok just before update. what I tried but nothing changed is:
- restart my phone
- restart android studio
- restart pc
- invalidate caches
- rebuild & clean
- remove build folder
- disable developer option in my phone
- try on emulator

- 1,588
- 4
- 22
- 34
-
Seems that google messed there something up. Related: https://issuetracker.google.com/issues/195956684 https://issuetracker.google.com/issues/195754565 https://issuetracker.google.com/issues/195629683 https://issuetracker.google.com/issues/195108338 https://issuetracker.google.com/issues/195092348 https://issuetracker.google.com/issues/194915681 https://issuetracker.google.com/issues/194911972 – rekire Aug 11 '21 at 09:50
5 Answers
Unfortunately after 2 days wasting my time and doing all suggested things In this page , I downgraded android studio to 4.1.3 and now it is working like before update. It also maybe useful for others that I also checked android studio arctic fox canary 15
and nothing differs with 4.2
Update
For developers who are living in Iran maybe it's related to sanctions. I was using vpn to change my ip when updating sdk . after version 4.2 is released google use more ways to identify where we are come from and two possible of them is Region
and Regional Format
. therefore You should change them to another country and then update sdk to solve the problem.

- 1,588
- 4
- 22
- 34
-
I downgraded from v4.2.2 to v4.1.3 and now its working well as before – Homayoon Ahmadi Jul 19 '21 at 15:35
Just change windows Regional Format
to English
. Windows Settings -> Time & Language -> Region -> Regional Format . Then restart android studio

- 997
- 7
- 18
I found a solution: Resetting Android Studio
File -> Manage IDE Settings -> Restore Default Settings…

- 47,260
- 30
- 167
- 264
-
Thank you for your solution. In my case problem was google sanctions against Iran – Vahid Aug 11 '21 at 10:37
-
1Since I found at least 8 similar bug reports on the official bug tracker: I guess that you found a different workaround. – rekire Aug 11 '21 at 10:38
-
-
Debugging works fine after updating Android Studio to 4.2.. My app is also showing in Debuggable processes under Logcat..

- 47
- 8