android - org.apache.cordova.api doesn't exist. PhoneGap 3.0 -


i'm trying add videoplayer plugin (https://github.com/macdonst/videoplayer) phonegap android app.

while compiling problem:

videoplayer.java:25: error: package org.apache.cordova.api not exist" 

line 25:

import org.apache.cordova.api.cordovaplugin; 

change import to:

import org.apache.cordova.cordovaplugin; 

Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -