UnityPlugin-AVProVideo icon indicating copy to clipboard operation
UnityPlugin-AVProVideo copied to clipboard

Caused by: java.lang.ClassNotFoundException: Didn't find class "com.renderheads.AVPro.Video.Manager"

Open decvim opened this issue 3 years ago • 0 comments

Unable to load the library causing playback failure

  1. UnityPlugin-AVProVideo-v2.5.7-Trial.unitypackage
  2. Unity 2020.3.29f1
  3. flutter_unity_widget-2022.1.7+1.tar.gz
  4. Android Studio Chipmunk | 2021.2.1 Patch 1

gradleTemplate add:android.enableDexingArtifactTransform=false proguard-user add: -keep class com.renderheads.AVPro.Video.** { ; } -keep class com.google.android.exoplr2avp.* { ; } -keep class com.twobigears.audio360.* { ; } -keep class com.renderheads.AVPro.Video.* { ; } -keep class com.google.android.exoplr2avp.* { ; } -keep class com.twobigears.audio360.* { *; }


Logs E/Unity (13805): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.renderheads.AVPro.Video.Manager" on path: DexPathList[[zip file "/data/app/~~GAY5Q9Ohqg9dZOhLL6wLIw==/com.xraph.plugin.flutter_unity_widget_example-_tl0S7e5bufRVYB8kz0yUA==/base.apk"],nativeLibraryDirectories=[/data/app/~~GAY5Q9Ohqg9dZOhLL6wLIw==/com.xraph.plugin.flutter_unity_widget_example-_tl0S7e5bufRVYB8kz0yUA==/lib/arm64, /data/app/~~

Screenshots If applicable, add screenshots to help explain your problem.

Videos If applicable, add a copy of your video or the URL

Please DO NOT LINK / ATTACH YOUR PROJECT FILES HERE

Instead email the link to us [email protected]

decvim avatar Aug 12 '22 07:08 decvim