feedhenry / fh-cordova-plugin-webview

Webview Plugin for Cordova 3+
Other
7 stars 2 forks source link

"ionic cordava build android " command failure #1

Closed willowTank closed 7 years ago

willowTank commented 7 years ago

Error: cmd: Command failed with exit code 1 Error output: Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. D:\Task\SecondTask\demo1\platforms\android\src\com\feedhenry\phonegap\webview\WebViewContainer.java:11: error: cannot find symbol import org.apache.cordova.CordovaChromeClient; ^ symbol: class CordovaChromeClient location: package org.apache.cordova D:\Task\SecondTask\demo1\platforms\android\src\com\feedhenry\phonegap\webview\WebViewContainer.java:14: error: cannot find symbol import org.apache.cordova.CordovaWebViewClient; ^ symbol: class CordovaWebViewClient location: package org.apache.cordova D:\Task\SecondTask\demo1\platforms\android\src\com\feedhenry\phonegap\webview\WebViewContainer.java:356: error: no interface expected here class FHCordovaWebview extends CordovaWebView { ^ D:\Task\SecondTask\demo1\platforms\android\src\com\feedhenry\phonegap\webview\ViewController.java:140: error: cannot find symbol return this.webView.onKeyUp(keyCode, keyEvent); ^ symbol: method onKeyUp(int,KeyEvent) location: variable webView of type CordovaWebView D:\Task\SecondTask\demo1\platforms\android\src\com\feedhenry\phonegap\webview\WebViewContainer.java:77: error: incompatible types: WebViewContainer.FHCordovaWebview cannot be converted to CordovaWebView appView = new FHCordovaWebview(this.context); ^ D:\Task\SecondTask\demo1\platforms\android\src\com\feedhenry\phonegap\webview\WebViewContainer.java:78: error: cannot find symbol

willowTank commented 7 years ago

Please help me. My Versions are D:\Task\SecondTask\demo1>cordova --v 7.0.1

D:\Task\SecondTask\demo1> D:\Task\SecondTask\demo1>ionic --v 3.3.0