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:
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.
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: 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.
Thank you!