5

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

Vahid
  • 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 Answers5

4

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.

Vahid
  • 1,588
  • 4
  • 22
  • 34
3

Just change windows Regional Format to English. Windows Settings -> Time & Language -> Region -> Regional Format . Then restart android studio

mostafa3dmax
  • 997
  • 7
  • 18
2

UPDATED: change your time-zone and format to USA, it worked for me

1

I found a solution: Resetting Android Studio

File -> Manage IDE Settings -> Restore Default Settings…

rekire
  • 47,260
  • 30
  • 167
  • 264
0

Debugging works fine after updating Android Studio to 4.2.. My app is also showing in Debuggable processes under Logcat..