Open GoogleCodeExporter opened 9 years ago
change it to
import org.apache.cordova.api.CordovaPlugin;
import org.apache.cordova.api.PluginResult;
Original comment by iSearc...@gmail.com
on 18 Apr 2013 at 3:22
It doesnt work
Getting different errors
-compile:
[javac] Compiling 5 source files to /Users/globaldc/myproj/mvbs/build/MVBS/android/bin/classes
[javac] /Users/globaldc/myproj/mvbs/build/MVBS/android/src/com/phonegap/plugins/ebookViewer/EbookViewer.java:115: cannot find symbol
[javac] symbol : variable ctx
[javac] location: class com.phonegap.plugins.ebookViewer.EbookViewer
[javac] this.ctx.startActivity(intent);
Original comment by krampra...@gmail.com
on 18 Apr 2013 at 10:49
Original issue reported on code.google.com by
krampra...@gmail.com
on 16 Apr 2013 at 2:55