mkloubert / nativescript-chatview

NativeScript UI module for implementing WhatsApp like chat applications.
MIT License
27 stars 21 forks source link

builds fail windows 10 node 5.12 x 64 gradle 2.14 #2

Open lynsei opened 8 years ago

lynsei commented 8 years ago

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.

BUILD FAILED

mkloubert commented 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?