Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Receiving "IllegalAccessError" while trying to use the ExoPlayerWrapper for playing IMA Ads with Orion Player #15

Open
SHONPRINSONFERRAO opened this issue Mar 9, 2023 · 0 comments

Comments

@SHONPRINSONFERRAO
Copy link

SHONPRINSONFERRAO commented Mar 9, 2023

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant