Closed SurajC23 closed 3 years ago
Have you added "compileOptions" in your app Gradle file?
Have you added "compileOptions" in your app Gradle file?
how to add compile options.....which option to add....and where
Solved.... thanks prachidghe..... added compile options.... for those having same problem add below code in build.gradle app file.... compileOptions { sourceCompatibility = '1.8' targetCompatibility = '1.8' }
I want to use AndExoPlayerView but every time i get this error