bravobit / FFmpeg-Android

FFMpeg/FFprobe compiled for Android
https://bravobit.nl/
MIT License
733 stars 172 forks source link

java.io.FileNotFoundException: arm/ffmpeg #178

Closed BigDaddyKahuna closed 8 months ago

BigDaddyKahuna commented 2 years ago

I'm getting the following stack trace on the Android when I attempt to use FFmpeg.isSupported. It compiles in Android Studio, but apparently doesn't load correctly on the Android 11 table.

java.io.FileNotFoundException: arm/ffmpeg
    at android.content.res.AssetManager.nativeOpenAsset(Native Method)
    at android.content.res.AssetManager.open(AssetManager.java:926)
    at android.content.res.AssetManager.open(AssetManager.java:903)
    at nl.bravobit.ffmpeg.FFmpeg.isSupported(FFmpeg.java:65)