You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:CordovaLib:compileDebugJavaWithJavacC:\Users\pippe\Desktop\project\platforms\android\CordovaLib\src\org\apache\cordova\CordovaWebViewImpl.java:76: error: cannot find symbol
WebViewSelector.updateWebViewPreference(context, preferences);
^
symbol: variable WebViewSelector
location: class CordovaWebViewImpl
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error
FAILED
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':CordovaLib:compileDebugJavaWithJavac'.
Compilation failed; see the compiler error output for details.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
I have this error in cordova-android 7.1.0:
:CordovaLib:compileDebugJavaWithJavacC:\Users\pippe\Desktop\project\platforms\android\CordovaLib\src\org\apache\cordova\CordovaWebViewImpl.java:76: error: cannot find symbol
WebViewSelector.updateWebViewPreference(context, preferences);
^
symbol: variable WebViewSelector
location: class CordovaWebViewImpl
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error
FAILED
FAILURE: Build failed with an exception.
Execution failed for task ':CordovaLib:compileDebugJavaWithJavac'.
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
12 actionable tasks: 5 executed, 7 up-to-date
BUILD FAILED in 29s
The text was updated successfully, but these errors were encountered: