Open lynsei opened 8 years ago
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?
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'.
BUILD FAILED