Lucas Hoezee created CB-9241:
--------------------------------
Summary: cordova-plugin-legacy-whitelist error: method does not
override or implement a method from a supertype
Key: CB-9241
URL: https://issues.apache.org/jira/browse/CB-9241
Project: Apache Cordova
Issue Type: Bug
Reporter: Lucas Hoezee
Sorry if this is not the right spot to report, not sure where else to put it.
I'm trying to use PhoneGap Build, and it appears they are still using android
3.7.1. When trying to build, I get the following error:
-compile:
[javac] Compiling 38 source files to /project/bin/classes
[javac]
/project/src/org/apache/cordova/whitelist/LegacyWhitelistPlugin.java:42: error:
method does not override or implement a method from a supertype
[javac] @Override
[javac] ^
[javac]
/project/src/org/apache/cordova/whitelist/LegacyWhitelistPlugin.java:66: error:
method does not override or implement a method from a supertype
[javac] @Override
[javac] ^
[javac]
/project/src/org/apache/cordova/whitelist/LegacyWhitelistPlugin.java:69: error:
no suitable method found for parse(Context)
[javac] }.parse(webView.getContext());
[javac] ^
[javac] method ConfigXmlParser.parse(XmlResourceParser) is not
applicable
[javac] (actual argument Context cannot be converted to
XmlResourceParser by method invocation conversion)
[javac] method ConfigXmlParser.parse(Activity) is not applicable
[javac] (actual argument Context cannot be converted to Activity by
method invocation conversion)
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 3 errors
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]