I downloaded new AndroidSDK and updated to B4A 10.90
I created a new b4a project for testing and added Exoplayer Library 1.50. and in Layout designer I added SimpleExoPlayerView and generated member in Sub Globals.
When compiling i received the following error
Screenshots are attached.
I created a new b4a project for testing and added Exoplayer Library 1.50. and in Layout designer I added SimpleExoPlayerView and generated member in Sub Globals.
B4A Code:
Private SimpleExoPlayerView1 As SimpleExoPlayerView
When compiling i received the following error
Uncaught translation error: com.android.dx.cf.code.SimException: invalid opcode ba (invokedynamic requires --min-sdk-version >= 26)
1 error; aborting
Screenshots are attached.