We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This plugin might require an update. When building my app with ns build android, I'm getting this error:
ns build android
Build file '/Users/whip/Documents/projectname/platforms/android/app/build.gradle' line: 575 A problem occurred configuring project ':app'. Could not find jp.wasabeef:glide-transformations:4.1.0. Required by: project :app Command ./gradlew failed with exit code 1
The text was updated successfully, but these errors were encountered:
@triniwiz could you please look into it?
Sorry, something went wrong.
@triniwiz Same issue for me. My temporary solution: down grade to "@nativescript/android": "8.1.1"
No branches or pull requests
This plugin might require an update. When building my app with
ns build android
, I'm getting this error:Please, provide the following version numbers that your issue occurs with:
"dependencies": {
"@nativescript-community/ui-collectionview": "^4.0.49",
"@nativescript-community/ui-image": "^4.1.6",
"@nativescript-community/ui-material-cardview": "^7.0.5",
"@nativescript-community/ui-material-textfield": "^7.0.5",
"@nativescript-community/ui-material-textview": "^7.0.5",
"@nativescript/core": "^8.2.3",
"@nativescript/firebase-core": "^2.0.1",
"@nativescript/firebase-messaging": "^2.0.1",
"@nativescript/theme": "^3.0.2",
"@nstudio/nativescript-checkbox": "^2.0.5",
"@nstudio/nativescript-loading-indicator": "^4.1.2",
"@triniwiz/nativescript-image-zoom": "^4.1.2",
"@triniwiz/nativescript-toasty": "^4.1.3",
"@triniwiz/nativescript-youtubeplayer": "^4.1.4",
"nativescript-exit": "1.0.1",
"nativescript-gif": "^5.0.0",
"nativescript-material-icons": "^1.0.3",
"nativescript-permissions": "^1.3.12",
"nativescript-phone": "^3.0.3",
"nativescript-ui-autocomplete": "^8.0.1",
"nativescript-ui-sidedrawer": "^10.0.2"
},
"devDependencies": {
"@nativescript/android": "~8.2.2",
"@nativescript/ios": "~8.2.3",
"@nativescript/webpack": "^5.0.5-rc.0"
}
The text was updated successfully, but these errors were encountered: