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
Hi, incase you havent figured this out, I found that the issue is related to mismatched JDK libraries. You need to target the right one to make these errors go away. On another note, did you get updated to latest MoPub sdk? I tried but have failed. Any help would be appreciated!
If I replace the mopub-sdk-release.aar with mopub-sdk-4.3.0.aar shows a lot of warnings:
1>JARTOXML : warning J2X9001: Couldn't load class com/mopub/volley/AuthFailureError : java.lang.UnsupportedClassVersionError: com/mopub/volley/AuthFailureError : Unsupported major.minor version 51.0
1>JARTOXML : warning J2X9001: Couldn't load class com/mopub/volley/BuildConfig : java.lang.UnsupportedClassVersionError: com/mopub/volley/BuildConfig : Unsupported major.minor version 51.0
1>JARTOXML : warning J2X9001: Couldn't load class com/mopub/volley/Cache$Entry : java.lang.UnsupportedClassVersionError: com/mopub/volley/Cache$Entry : Unsupported major.minor version 51.0
1>JARTOXML : warning J2X9001: Couldn't load class com/mopub/volley/Cache : java.lang.UnsupportedClassVersionError: com/mopub/volley/Cache : Unsupported major.minor version 51.0
1>JARTOXML : warning J2X9001: Couldn't load class com/mopub/volley/CacheDispatcher$1 : java.lang.UnsupportedClassVersionError: com/mopub/volley/CacheDispatcher$1 : Unsupported major.minor version 51.0
1>JARTOXML : warning J2X9001: Couldn't load class com/mopub/volley/CacheDispatcher : java.lang.UnsupportedClassVersionError: com/mopub/volley/CacheDispatcher : Unsupported major.minor version 51.0
The text was updated successfully, but these errors were encountered: