Ah I see you modified the title For android logcat, I open android studio, plug my phone (usb or wifi), go to log tab, then I run the built apk on my phone and I see the logs. I never did it via cmd.exe
@pie, yes, actually this is a general behavior of Gideros, logs are sent to the studio when a player, and to system dependent logging facility otherwise.
It looks like you miss luau sub project, have you issued make -f scripts/Makefile.gid prep.repo to fetch them ? Also you’ll probably need to build Qt version first because its Makefile prépare common stuff for other platforms
Comments
I tried with just adb logcat
and with adb logcat -s "Gideros"
but there is no print output.
For android logcat, I open android studio, plug my phone (usb or wifi), go to log tab, then I run the built apk on my phone and I see the logs.
I never did it via cmd.exe
If the app is a player, then logs are sent to Gideros studio, otherwise they are sent to logcat.
Likes: pie
I tried to compile for android but I getting this error.
Likes: MoKaLux