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
JNI method signatures must only reference Java types. Failure to do so means the Java method cannot be resolved at runtime, which will result in exceptions at runtime:
@ne0rrmatrix: It looks like in Media3 SetMediaItems and AddMediaItems is not working.
Android framework version
net8.0-android, net9.0-android, Other
Affected platform version
All
Description
The string
LSystem/Collections
must not appear within JNI Method Signatures, because that is not the beginning of a valid Java type.The current offender:
android-libraries/source/androidx.media3/media3-exoplayer/Additions/AndroidX.Media3.ExoPlayer.IExoPlayer.cs
Line 34 in 8305dd0
The fact that such methods are mentioned in a
Transforms.xml
is also not encouraging:android-libraries/source/androidx.media3/media3-exoplayer/Transforms/Metadata.xml
Lines 7 to 14 in 8305dd0
JNI method signatures must only reference Java types. Failure to do so means the Java method cannot be resolved at runtime, which will result in exceptions at runtime:
Relevant log output
The text was updated successfully, but these errors were encountered: