moust / cordova-plugin-videoplayer

A Codova plugin to play video with the native MediaPlayer on Android devices.
MIT License
139 stars 103 forks source link

error: cannot find symbol variable R location: class VERSION_CODES #72

Closed msRajpura closed 3 years ago

msRajpura commented 3 years ago

error: cannot find symbol if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.R) { ^ symbol: variable R location: class VERSION_CODES

msmurgui commented 3 years ago

Hey! Did you solve this issue? @msRajpura

ayubUOL commented 3 years ago

@msRajpura @msmurgui Did you guys able to solve it ?

msmurgui commented 3 years ago

@ayubUOL Hi! I was using IONIC v3 for an old app that my company developed. I ended up using another library: @ionic-native/video-player that wraps this library and makes its usage easier!