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
I have my project working well with nativescript-barcodescanner for iOS. I added the android platform and tried to build the android project, but couldnt build the project. It gives me the below error. I tried removing the platform adding the platform, but that also didnt solve the problem.
tns build android
Executing before-shouldPrepare hook from /Users/sbn/Desktop/App2Rate/app2rate/hooks/before-shouldPrepare/nativescript-dev-webpack.js
Executing before-prepare hook from /Users/sbn/Desktop/App2Rate/app2rate/hooks/before-prepare/nativescript-dev-typescript.js
Found peer TypeScript 3.1.6
Preparing project...
Executing before-prepareJSApp hook from /Users/sbn/Desktop/App2Rate/app2rate/hooks/before-prepareJSApp/nativescript-dev-webpack.js
Successfully prepared plugin nativescript-angular for android.
Successfully prepared plugin nativescript-barcodescanner for android.
Successfully prepared plugin nativescript-fancyalert for android.
Successfully prepared plugin nativescript-loading-indicator for android.
Successfully prepared plugin nativescript-ngx-fonticon for android.
Successfully prepared plugin nativescript-theme-core for android.
Successfully prepared plugin tns-core-modules for android.
Successfully prepared plugin nativescript-intl for android.
Successfully prepared plugin tns-core-modules-widgets for android.
Failed to build plugin nativescript-barcodescanner :
Error: Command ./gradlew failed with exit code 1 Error output:
FAILURE: Build failed with an exception.
What went wrong:
A problem occurred configuring root project 'nativescript_barcodescanner'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
I have my project working well with nativescript-barcodescanner for iOS. I added the android platform and tried to build the android project, but couldnt build the project. It gives me the below error. I tried removing the platform adding the platform, but that also didnt solve the problem.
tns build android
Executing before-shouldPrepare hook from /Users/sbn/Desktop/App2Rate/app2rate/hooks/before-shouldPrepare/nativescript-dev-webpack.js
Executing before-prepare hook from /Users/sbn/Desktop/App2Rate/app2rate/hooks/before-prepare/nativescript-dev-typescript.js
Found peer TypeScript 3.1.6
Preparing project...
Executing before-prepareJSApp hook from /Users/sbn/Desktop/App2Rate/app2rate/hooks/before-prepareJSApp/nativescript-dev-webpack.js
Successfully prepared plugin nativescript-angular for android.
Successfully prepared plugin nativescript-barcodescanner for android.
Successfully prepared plugin nativescript-fancyalert for android.
Successfully prepared plugin nativescript-loading-indicator for android.
Successfully prepared plugin nativescript-ngx-fonticon for android.
Successfully prepared plugin nativescript-theme-core for android.
Successfully prepared plugin tns-core-modules for android.
Successfully prepared plugin nativescript-intl for android.
Successfully prepared plugin tns-core-modules-widgets for android.
Failed to build plugin nativescript-barcodescanner :
Error: Command ./gradlew failed with exit code 1 Error output:
FAILURE: Build failed with an exception.
A problem occurred configuring root project 'nativescript_barcodescanner'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 0s
The text was updated successfully, but these errors were encountered: