简体   繁体   English

我们如何使用 Bluestacks android 仿真器来测试 Kivy app buildozer?

[英]How can we use Bluestacks android emulator for testing Kivy app buildozer?

I want to use Bluestacks for testing and debugging my Kivy app with Buildozer.我想使用 Bluestacks 使用 Buildozer 测试和调试我的 Kivy 应用程序。 So, please guide me how to use Bluestacks for debugging Kivy app所以,请指导我如何使用 Bluestacks 调试 Kivy 应用程序

I'm using Google Colab for debugging If other methods are possible, please let me know我正在使用 Google Colab 进行调试如果可以使用其他方法,请告诉我

NOTE : - This method doesn't use Colab but it does allow you to use the same functionality of adb to view the log for debugging purposes注意: - 此方法不使用 Colab,但它允许您使用adb的相同功能来查看日志以进行调试

Bluestacks comes pre-installed with a debugging tool which is located in C:\Program Files (x86)\BlueStacks Bluestacks 预装了一个调试工具,位于C:\Program Files (x86)\BlueStacks

I'm pretty sure that you can view the log of Bluestacks and the apps it is running using said file with the following commands.我很确定您可以使用以下命令查看 Bluestacks 的日志和它正在运行的应用程序。

cd "C:\Program Files (x86)\BlueStacks"
HD-Adb.exe logcat

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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