简体   繁体   中英

How can I debug Android Studio Project using Bluestacks emulator?

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!

转到platfrom-tools下的SDK文件夹,运行adb connect localhost:5555并返回至android studio并运行项目

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM