frontyard / cordova-plugin-exoplayer

Media player plugin for Cordova that uses Google's ExoPlayer
MIT License
54 stars 69 forks source link

Unable to build with cordova android 7.1.0 #63

Closed acollazomayer closed 6 years ago

acollazomayer commented 6 years ago

After i install the plugin i am unable to build the app i get this error:

cp: copyFileSync: could not write to dest file (code=ENOENT):/home/agustin/Projects/compilations/exoplayer/platforms/android/res/xml/config.xml

frontyard commented 6 years ago

See https://github.com/frontyard/cordova-plugin-exoplayer/issues/56

acollazomayer commented 6 years ago

ok perfect, i just downgrade the android-cordova version to 6.4.0 and its working fine. However is this going to be resolved

acollazomayer commented 6 years ago

@frontyard I have another question. Does this works with HTTPS video files, the player throws me an error of a "Trust anchor for certification path not found

frontyard commented 6 years ago

It should. The plug-in really doesn't do anything to urls, just sends them to ExoPlayer, so whatever Exo supports plug-in supports too.