You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I reproduced the problem with the latest development version (p4a.branch = develop)
I used the grave accent (aka backticks) to format code or logs when appropriated
Versions
Python:3.7.7
OS:Parrot Security
Kivy: 1.11.1
Cython:
OpenJDK:8
Description
I was building an application that makes use ffmpeg to convert .opus to .mp3. Application works fine on desktop but crashes on android. When I remove the ffmpeg requirement the apk works fine. Due to my app requires ffmpeg to work full time, each time I add it to the requirement, bulldozer builds the apk fine but the apk crashes on android and shows this log [INFO ] [WindowSDL ] No running App found, exit.. There was no other error just the log
as far i now the only working recipe for android is ffpyplayer, you can check the documentation for use ffpyplayer directly for convertion process, maybe you will edit some code to expose functionalities.
Checklist
p4a.branch = develop
)Versions
Description
I was building an application that makes use ffmpeg to convert .opus to .mp3. Application works fine on desktop but crashes on android. When I remove the ffmpeg requirement the apk works fine. Due to my app requires ffmpeg to work full time, each time I add it to the requirement, bulldozer builds the apk fine but the apk crashes on android and shows this log
[INFO ] [WindowSDL ] No running App found, exit.
. There was no other error just the logbuildozer.spec
Command:
Spec file:
Logs
The text was updated successfully, but these errors were encountered: