本文介绍了通过eclipse在bluestacks应用程序播放器调试android应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我已经阅读了几篇文章,BlueStack App Player可以用来通过Eclipse调试Android应用程序,而不是默认的android模拟器。但我认为这是指Windows版本,我无法让它在MacOS上工作。有人知道如何使用Mac上的BlueStacks / eclipse进行调试?
解决方案
adb connect localhost :10001
应该做的伎俩。
I have read a few articles that BlueStacks App Player can be used to debug android apps via Eclipse, instead of the default android emulator.Example article
But I think this refers to the Windows version, I was unable to get to it work on MacOS. Does anyone know how to debug using BlueStacks/eclipse on MAC?
解决方案
adb connect localhost:10001
should do the trick.
这篇关于通过eclipse在bluestacks应用程序播放器调试android应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!