Joseph Huang
Joseph Huang

Reputation: 41

"Unable to find project context to attach debugger for xxx" on Android Studio Iguana

After update my android studio to the version of "Android Studio Iguana | 2023.2.1 Patch 1 Build #AI-232.10300.40.2321.11567975, built on March 13, 2024", can not use the debugger.

Error tips below:

Error running 'Attach debug to process'

Unable to find project context to attach debugger for process system_process

Anyone can help me, thx

no use when restart android studio or reboot my computer

Upvotes: 4

Views: 2697

Answers (3)

Jamal-o
Jamal-o

Reputation: 191

If you are using Android Studio Iguana you'll have to use a different version. Nothing worked until I upgraded to Jellyfish.

The issue came back once on Jellyfish, but I was able to resolve it by restarting Android Studio and restarting the debug process.

Upvotes: 0

Daniil
Daniil

Reputation: 1600

Syncing the project resolved the issue for me

Upvotes: 0

chmilk
chmilk

Reputation: 31

I believe this is an issue with Android Studio Iguana | 2023.2.1 Patch 1. I just switched from that to Android Studio Jellyfish | 2023.3.1 Beta 2 and the problem was fixed.

Upvotes: 3

Related Questions