Closed yclau closed 6 years ago
I got this error too, but when I originally tested out the plugin with the Nativescript "Hello World" template, it worked fine. Perhaps this is a compatibility issue with one of the other plugins? I'm also using the camera, geolocation, google-maps-sdk, phone, and pro-ui dependencies.
Can you try doing tns platform remove android
, tns run android
, after adding the plugin?
That did the trick, thank you for the help!
Which platform(s) does your issue occur on?
I added plugin using tns plugin add nativescript-alert-dialog, and added the code
var aaa = require("nativescript-cfalert-dialog");
, after shownCannot read property 'Builder' of undefined
. below is my package.json.