Reputation: 1758
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
Upvotes: 5
Views: 1124
Reputation: 21
UPDATED: change your time-zone and format to USA, it worked for me
Upvotes: 2
Reputation: 1017
Just change windows Regional Format
to English
. Windows Settings -> Time & Language -> Region -> Regional Format . Then restart android studio
Upvotes: 3
Reputation: 47945
I found a solution: Resetting Android Studio
File -> Manage IDE Settings -> Restore Default Settings…
Upvotes: 1
Reputation: 1758
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.
Upvotes: 4
Reputation: 77
Debugging works fine after updating Android Studio to 4.2.. My app is also showing in Debuggable processes under Logcat..
Upvotes: 0