Ali Reza Zarghi
Ali Reza Zarghi

Reputation: 51

How to fix error "Could not connect to remote process. Aborting debug session." after Update to Android Studio 4.2.1

I update to the Android studio to 4.2.1 and not debug and get I cannot do that because of this message which is Waiting for application to come online: com.example.myapplication | com.example.myapplication.test. After sometime Could not connect to remote processes. Aborting debug session is shown. But I install Android studio 4.1.1 again and easy debug. I read all questions and not found the best way to fix plz help me, thanks all

Upvotes: 4

Views: 2330

Answers (3)

Daniel Pína
Daniel Pína

Reputation: 403

Invalidate cache and restart should help.

Upvotes: 0

M. Diana
M. Diana

Reputation: 19

Changing country and region language and using proxy worked 4 me.

Upvotes: 0

Mohammad Rezaee
Mohammad Rezaee

Reputation: 41

For developers who are living in Iran, it's related to sanctions. After the version 4.2 release, Google use more ways to identify where we are from either or both the Region and Regional Format. Therefore you should change them to another country and then update sdk to solve the problem.

To change region to United States in Windows 10:

Setting -> Time & Language -> Region, then select United States in the country or region drop down.

Upvotes: 4

Related Questions