This is a migrated thread and some comments may be shown as answers.

Error with autocomplete beta

3 Answers 60 Views
AutoCompleteTextView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jean
Top achievements
Rank 1
Jean asked on 30 Jan 2017, 12:11 PM

Hi, 

 

I tried the plugin autocomplete beta and obtained an error (see attached file). I have not enough knowledge to debug it.

Is somebody can help me to fix it ?

Thank's

3 Answers, 1 is accepted

Sort by
0
Nick Iliev
Telerik team
answered on 30 Jan 2017, 01:42 PM
Hello Jean,

This kind of error is usually caused by incompatibility of your Android runtime (tns-android) and tns-core-modules.You can check their versions in your application by checking the root package.json file.

To update your application runtimes and modules follow these steps:
tns platform remove android
tns platform add android
 
tns plugin remvoe tns-core-modules
tns plugin add tns-core-modules

The steps above will reset both tns-android and tns-core-modules and will install the latest stable versions of both libraries. Note that to use autocomplete beta you will also need your nativescript-telerik-ui-pro plugin to be versions 1.5.1

You can also test and verify the autocomplete functionality in our sample application here.

Regards,
Nikolay Iliev
Telerik by Progress
Did you know that you can open individual support tickets which are reviewed and answered within 24h by the same team who built the components? This is available in our UI for NativeScript Pro + Support offering.
0
Jean
Top achievements
Rank 1
answered on 30 Jan 2017, 05:32 PM

Thank's for the quick answer.

I tried it but always the same results.

Have another Idea ?

Jean

0
Nick Iliev
Telerik team
answered on 31 Jan 2017, 08:34 AM
Hey Jean,

Are you using the latest version of NativeScript CLI (at this very moment 2.4.2)?Please provide as much as possible information about your current environment including information on what platform you are testing and what device/emulator, the NativeScript version and the used version of nativescript-telerik-ui-pro (have you used npm package, windows installer or tgz file for the plugin!?).

To investigate further can you please send us an archive (or Github link) containing the crashing application (you can remove node_modules and platforms folders to reduce the size of the file).

Regards,
Nikolay Iliev
Telerik by Progress
Did you know that you can open individual support tickets which are reviewed and answered within 24h by the same team who built the components? This is available in our UI for NativeScript Pro + Support offering.
Tags
AutoCompleteTextView
Asked by
Jean
Top achievements
Rank 1
Answers by
Nick Iliev
Telerik team
Jean
Top achievements
Rank 1
Share this question
or