gitawego / cordova-screenshot

screenshot plugin for cordova/phonegap
Other
211 stars 168 forks source link

Error trying to compile with crosswalk #82

Closed holmberd closed 8 years ago

holmberd commented 8 years ago

When trying to build with crosswalk I get the following error, see build log below.

Build Log: Building a Cordova 5.1.1 application. Building with cordova-android 4.1.1. The application name is "app1" The package name is "xdk.intel.cordova.template.lite" Using Crosswalk Embedded 15 Plugin "cordova-plugin-statusbar" (1.0.0) installed. Plugin "cordova-plugin-device" (1.0.1) installed. Plugin "cordova-plugin-splashscreen" (2.1.0) installed. Plugin "cordova-plugin-inappbrowser" (1.0.1) installed. Plugin "cordova-plugin-x-socialsharing" (5.0.7) installed. Plugin "com.darktalker.cordova.screenshot" (0.1.5) installed. Plugin "cordova-plugin-legacy-whitelist" (1.1.0) installed. Plugin "cordova-plugin-crosswalk-webview" (1.4.0) installed.`

:compileArmv7ReleaseJava.../builds/build.2016-03-19.14-26-14.xi8dXs.tmp/app1/platforms/android/src/com/darktalker/cordova/screenshot/Screenshot.java:220: 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. 1 error FAILED