TheLogicMaster / switch-gdx

A LibGDX Nintendo Switch Homebrew and Xbox/UWP backend
GNU General Public License v2.0
83 stars 9 forks source link

Cannot compile showcase on both platforms #5

Open birdingman0626 opened 3 months ago

birdingman0626 commented 3 months ago

I'm trying to build this showcase project on my own: https://github.com/TheLogicMaster/shattered-pixel-dungeon-switchgdx, but failed on both Windows and Ubuntu platforms. Basically, I just want to see if the if the LibGDX project can be built into a NRO file.

Windows Cleanly installed Windows 10 VM, with everything in the instructions installed. And when I execute gradlew.bat switch:nro, it will be stuck in the popped up MinGW x64 window like this: image Could it be the project itself needs to be customized? Because I didn't touch any of the files in the project

Ubuntu Cleanly install Ubuntu 24.04 VM with everything in the instructions and setup Devkitpro in the environment variable manually. It shows something like it cannot find devkitpro. I guess it's related to the new Devkitpro installation process because I cannot find the hardcoded path of devkitpro tools as well. image

Thank you!