Bug? ExoPlayer - too many field references

wimpie3

Well-Known Member
Licensed User
Longtime User
After replacing FFMPEG with the ExoPlayer, I get the following error:

B4X:
trouble writing output: Too many field references: 69715; max is 65536.
You may try using --multi-dex option.

I know I can add
B4X:
#MultiDex: True
but this slows down compilation time.
 
Top