Open islam56naser opened 6 years ago
That's this line, which means you've added the plugin without doing a full build afterwards, I think.
Can you remove the platforms folder and build again?
It worked thanks a lot.
@EddyVerbruggen did platform removal but the error still persist.. how can I fix this?
I'm also getting the same issue. I'm using vue-cli template. Already run npm run clean to clean the project and remove platform but it's not working. The strange thing is that it has stopped working out of nowhere.
That's this line, which means you've added the plugin without doing a full build afterwards, I think.
Can you remove the platforms folder and build again?
I had the same issue as @islam56naser and this solution fixed it for me as well.
@hcgustavo were you able to find a solution to this?
@klever34 Not really. I had to downgrade the version to 4.0.0 (if I'm not wrong) to make it work. But I'm not using this plugin anymore. I changed to the google maps plugin.
Thanks for your reply @hcgustavo. I had to change to google maps as well, but then I had to switch to a new laptop and the plugin stopped working, giving this error => FAILURE: Build failed with an exception.
What went wrong: Could not resolve all files for configuration ':releaseCompileClasspath'. Could not find support-v4.aar (com.android.support:support-v4:26.1.0). Searched in the following locations: https://jcenter.bintray.com/com/android/support/support-v4/26.1.0/support-v4-26.1.0.aar
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Get more help at https://help.gradle.org
BUILD FAILED in 1s
I'm still on tns version 4.0.1
Hi, I'm getting this error while trying to load the map
I'm using
Nativescript
withAngular
. Thanks in advance