You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I had a build issue due to Gradle mistaking this line for a dependencies {} block when it generates build.gradle. Removing the line in node_modules/@nativescript-community/ui-cameraview/platforms/android/include.gradle (not commenting it out) fixed the issue. Seems that gradle treats the word dependencies like a reserved word.