3

I'm new to using Android Studio as I used Eclipse before. As my laptop has an AMD processor, i'm trying to emulate using Bluestacks - as I did in Eclipse. I can run the project fine but when I try to debug I get the following message on Bluestacks:

'Application blah (process com.example.blah) is waiting for the debugger to attach' - with the option to force close. I have tried a few things such as setting 'debuggable:true' and 'uses-permission' attribute in manifest, restarting Android studio/Bluestacks, to no avail. I can't seem to find any other info applicable to this particular situation.

Thanks in advance for any help!

KatieBrown
  • 41
  • 1
  • 3

1 Answers1

0

Go to your SDK folder under platfrom-tools run adb connect localhost:5555 and go back to your android studio and run the project

Oussema Aroua
  • 5,225
  • 1
  • 24
  • 44
  • Hi, it runs fine in Bluestacks, I get the 'waiting for debugger to attach' message when I try to debug. Thanks – KatieBrown Jul 27 '17 at 17:15