I'm trying to add VideoPlayer plugin (https://github.com/macdonst/VideoPlayer) to my phonegap Android app.
While compiling I get problem:
VideoPlayer.java:25: error: package org.apache.cordova.api does not exist"
Line 25:
import org.apache.cordova.api.CordovaPlugin;
change your import to:
import org.apache.cordova.CordovaPlugin;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With