I'm building my apk using Buildozer in Ubuntu. But I am more comfortable using BlueStacks in Windows for the testing purpose. My app crashes after it starts with no apparent signals. How can I debug it using BlueStacks?
问问题
760 次
1 回答
1
有一个带有文件名的调试工具:HD-Adb.exe
在BlueStacks 的Program Files
(Program Files (x86)
在 Win64 中)路径中。当您运行此工具时,您可以看到 android 模拟器背后发生的所有事情。然后很容易调试您的应用程序。要在 Windows 中运行该工具打开命令行并键入以下行:
> cd "c:\Program Files (x86)\BlueStacks"
c:\Program Files (x86)\BlueStacks>HD-Adb.exe logcat
我真的很难尝试 android sdk 模拟器和其他东西。但这很好用!享受调试。
于 2014-08-17T18:56:55.627 回答