如何在Android Studio中调试“桌面”libgdx应用程序
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何在Android Studio中调试“桌面”libgdx应用程序相关的知识,希望对你有一定的参考价值。
在android Studio上将配置设置为Android我可以通过运行debug'android'轻松调试
不幸的是,将配置设置为桌面并运行调试'桌面'不会使接口工作。它只显示以下消息而不会在断点处停止
听连接,地址127.0.0.1:55558,传输'socket'
有人可以帮忙吗?
答案
这很容易 - 一切都在libgdx页面中描述:https://libgdx.badlogicgames.com/documentation/gettingstarted/Running%20and%20Debugging.html#running-desktop-project-in-intellij-android-studio
精简版:
- 您应该通过DesktopLuncher类运行app
- 如果应用程序崩溃 - 请检查您的运行配置资产文件夹。这可能是错的。设置正确的文件夹,一切都应该工作正常:)。
以上是关于如何在Android Studio中调试“桌面”libgdx应用程序的主要内容,如果未能解决你的问题,请参考以下文章
如何在 Android Studio 中禁用 android 本机调试器
在 Android Studio 中使用 Flutter 进行调试时如何“设置值...”
在 Android Studio 中调试时如何禁用科学计数法?