skhye05 / nativescript-multi-select

Apache License 2.0
11 stars 6 forks source link

ERROR TypeError: com.abdeveloper.library.MultiSelectModel is not a constructor #5

Closed jabrware closed 5 years ago

jabrware commented 5 years ago

Which platform(s) does your issue occur on?

Please, provide the following version numbers that your issue occurs with:

Please, tell us how to recreate the issue in as much detail as possible.

Running the same ng-demo

skhye05 commented 5 years ago

Hi, did you try to clean up your platform by running tns platform clean android and try to build again?

jabrware commented 5 years ago

Yes I tried it.

jabrware commented 5 years ago

It works after updating android platform version

rafaelcmrj commented 5 years ago

@ashraf-jabr did you update to which version? I'm having the same issue

jabrware commented 5 years ago

@rafaelcmrj , this my versions now and they works:

"nativescript-multi-select": "^1.0.6"
"tns-core-modules": "^5.3.1"
"nativescript-angular": "^7.2.3"

also try to clean platform using

tns platform remove android
tns platform add android
rafaelcmrj commented 5 years ago

@ashraf-jabr thank you! it worked!