Debug Android Vikunja App

hello :relaxed:

how can i debug or show the log of the Android app :relieved:?

have a nice Day :stuck_out_tongue:

What log? You could compile the app in android studio and then connect an emulator or device through adb to it and should see all logs the app is emitting. (Aka the usual android debugging)