Oh hey there, I didn't know this would be posted in public here, but either way thanks for the suggestion, I will do that next and see if that will provide any help.
In the meantime just one simple question. The flask app for testing I used was the simple example from the
flask homepage, saved as main.py and then simply pointed my .p4a file to the directory main.py was in. Now my question is, is that sufficient when building an app with p4a? Because I know that when I read up on building a kivy up with buildozer, it stated that I need a main.py file and buildozer automatically will use that one to start up the app. Is python4android with a webview app the same or do I need to do some additional configuring.
I just find it a bit weird, that the whole thing would already crash even using the simplest possible kind of app, especially since there didn't seem to be any problems with the p4a building proccess itself. (I have attached the log of that as additional information in this post). Also it seems I'm not the only person who has run into this roadblock. (See
here) Either way, I will check the adb debug logs next and if the problem still persists get back to you.