Youtube Video Player not working on Android

Has anyone figured this out yet? I ended up adding this plugin on github, which basically is a fork of the original plugin with changes to the plugin.xml file (in the plugin folder). It makes changes to the config tags so that the files are placed in the right folders when it builds.

Works just fine on iOS, but when I attempt to call its video function, I get this error:

D/PluginManager: exec() call to unknown plugin: YoutubeVideoPlayer

D/SystemWebChromeClient: http://localhost:8080/plugins/cordova-plugin-youtube-video-player/plugins/com.bunkerpalace.cordova.YoutubeVideoPlayer/www/YoutubeVideoPlayer.js: Line 14 : Class not found

I/chromium: [INFO:CONSOLE(14)] "Class not found", source: http://localhost:8080/plugins/cordova-plugin-youtube-video-player/plugins/com.bunkerpalace.cordova.YoutubeVideoPlayer/www/YoutubeVideoPlayer.js (14)

Still trying to figure it out myself, but I feel like I’m close.

If anyone has any suggestions, I’m all ears.

Thanks!