Qt 5.12, mingw64, armeabi v7a
Are there any Music player app created by Qt? I'm really struggling with creating foreground service on Android.
Non of the media Qt examples works correctly (they just do nothing on 'play'). I followed this tutorial: https://www.kdab.com/qt-android-crea...vice-using-qt/ but seems like service wasn't created because music playback was breaking all the time when I minimized my app.

So, are there existing examples or tutorials with creating Qt Android foreground service? I mean what the point of music app that can't run in the background?