How can I debug Android Studio Project using Bluestacks emulator?

Viewed 2862

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!

1 Answers
Related