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
Receiving "IllegalAccessError" exception while trying the below code, I am trying to call the below code from a kotlin class
mPanoramaTexture = new OrionVideoTexture(mOrionContext,
mVideoPlayer, MainMenu.TEST_VIDEO_URI_HLS);
java.lang.IllegalAccessError: Illegal class access: 'com.xxxxxxxxxx.MyMediaPlayer' attempting to access 'fi.finwe.orion360.sdk.pro.texture.VideoPlayer' (declaration of 'com.xxxxxxxxxx.MyMediaPlayer' appears in /data/data/com.creativeinnovations.mea/code_cache/.overlay/base.apk/classes2.dex)
at com.xxxxxxxxx.MyMediaPlayer.configureOrionView(MyMediaPlayer.kt:307)
Dependency Info:
'fi.finwe.orion360:orion360-sdk-pro-public:4.0.13.003'
// ExoPlayer as an alternative video engine.
'com.google.android.exoplayer:exoplayer:2.18.1'
The text was updated successfully, but these errors were encountered:
Receiving "IllegalAccessError" exception while trying the below code, I am trying to call the below code from a kotlin class
Dependency Info:
'fi.finwe.orion360:orion360-sdk-pro-public:4.0.13.003'
// ExoPlayer as an alternative video engine.
'com.google.android.exoplayer:exoplayer:2.18.1'
The text was updated successfully, but these errors were encountered: