Run android get me this error: Execution failed for task compileArmv7DebugJavaWithJavac

I’m trying to run my ionic project in android, but I’m getting this error:

public class XWalkWebViewEngine implements CordovaWebViewEngine {
^

:compileArmv7DebugJavaWithJavac FAILED

BUILD FAILED

Total time: 1 mins 40.01 secs

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.
1 error

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ‘:compileArmv7DebugJavaWithJavac’.
    .> 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.

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.
C:\mobilecare-ionic2\PreverMessagesV2\platforms\android\src\org\crosswalk\engine\XWalkWebViewEngine.java:55: error: XWalkWebViewEngine is not abstract and does not override abstract method evaluateJavascript(String,ValueCallback) in CordovaWebViewEngine
public class XWalkWebViewEngine implements CordovaWebViewEngine {
^
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.
1 error

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ‘:compileArmv7DebugJavaWithJavac’.
    .> 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.

Does anyone knows what could be the problem? I have been searching, but found nothing.

I’m having the same issue - @KireRex - Did you ever find a solve for this? I’ve tried updating the Android SK tools, tried cordova platform remove android and a few other general troubleshooting things. Let me know if you got anywhere with this…

Did anyone find a solution for this ? facing the same issue