cranberrygame / cordova-plugin-ad-chartboost

Other
8 stars 14 forks source link

Build error with AppGyver/Cordova #7

Open benson-xu opened 8 years ago

benson-xu commented 8 years ago

Hi,

I've tried to use the plugin in my AppGyver App (based on Cordova). However I got the following build error. Any idea on how to fix it? Thanks.

:modules:AGCordova:compileReleaseJava/Users/administrator/app-builder/STAGING/client/modules/AGCordova/src/com/cranberrygame/cordova/plugin/ad/chartboost/ChartboostPlugin.java:102: error: cannot find symbol super.pluginInitialize(); ^ symbol: method pluginInitialize() /Users/administrator/app-builder/STAGING/client/modules/AGCordova/src/com/cranberrygame/cordova/plugin/ad/chartboost/ChartboostPlugin.java:100: error: method does not override or implement a method from a supertype @Override ^ Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 2 errors

FAILED

cranberrygame commented 8 years ago

@bensonjs Sorry for late reply. Can you tell me cordova version? This plugin normally compiled with cordova cli 6.0.0 Thanks