Got the following error when building for Android:
> Task :react-native-jw-media-player:compileDebugJavaWithJavac FAILED
/Users/admin/Desktop/work/statnews/mobile/node_modules/react-native-jw-media-player/android/src/main/java/com/appgoalz/rnjwplayer/RNJWPlayerView.java:762: error: cannot find symbol
CueMarkerSeekbar seekBar = findViewById(R.id.controlbar_seekbar);
^
symbol: variable id
location: class R
JWPlayer's own fork of this seems to addcom.longtailvideo.jwplayer. in front of R.id.controlbar_seekbar, which appears to avoid the build error because when I apply that by hand to this library, it builds successfully.
Got the following error when building for Android:
JWPlayer's own fork of this seems to add
com.longtailvideo.jwplayer.
in front ofR.id.controlbar_seekbar
, which appears to avoid the build error because when I apply that by hand to this library, it builds successfully.