nativescript-chatview icon indicating copy to clipboard operation
nativescript-chatview copied to clipboard

builds fail windows 10 node 5.12 x 64 gradle 2.14

Open lynsei opened this issue 9 years ago • 1 comments

D:\AAS\nativescript-chatview\demo\platforms\android\src\main\java\com\tns\NativeScriptApplication.java:13: error: constructor RuntimeHelper in class RuntimeHelper cannot be applied to given types; com.tns.Runtime runtime = new RuntimeHelper(this).initRuntime(); ^ required: no arguments found: NativeScriptApplication reason: actual and formal argument lists differ in length Note: D:\AAS\nativescript-chatview\demo\platforms\android\src\main\java\com\tns\RuntimeHelper.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 1 error :compileF0DebugJavaWithJavac FAILED

FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ':compileF0DebugJavaWithJavac'.

    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.

BUILD FAILED

lynsei avatar Aug 02 '16 01:08 lynsei

Unfortunately I cannot reproduce the error. If I install the plugin and compile my app anything works fine.

Have you tried to upgrade to current version of NativeScript? I am currently using 2.1.1.

Do you have more information like a stacktrace?

mkloubert avatar Aug 02 '16 02:08 mkloubert