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
Execution failed for task ':app:checkDebugAarMetadata'.
Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not find com.android.volley:volley:1.1.1. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/android/volley/volley/1.1.1/volley-1.1.1.pom - https://repo.maven.apache.org/maven2/com/android/volley/volley/1.1.1/volley-1.1.1.pom - https://maven.google.com/com/android/volley/volley/1.1.1/volley-1.1.1.pom - https://jcenter.bintray.com/com/android/volley/volley/1.1.1/volley-1.1.1.pom - file:/C:/Users/Administrator/Documents/cmd/platforms/android/app/src/main/libs/volley-1.1.1.jar - file:/C:/Users/Administrator/Documents/cmd/platforms/android/app/src/main/libs/volley.jar - file:/C:/Users/Administrator/Documents/cmd/platforms/android/app/libs/volley-1.1.1.jar - file:/C:/Users/Administrator/Documents/cmd/platforms/android/app/libs/volley.jar - file:/C:/Users/Administrator/Documents/cmd/platforms/android/libs/volley-1.1.1.jar - file:/C:/Users/Administrator/Documents/cmd/platforms/android/libs/volley.jar Required by: project :app > com.google.android.libraries.maps:maps:3.1.0-beta
System : Windows Server 2019 Platform: Android SDK 33 Cordova Version : 12.0.0
The text was updated successfully, but these errors were encountered:
ERROR :
com.android.volley:volley
Dir cordova-plugin-googlemaps/src/android/frameworks
Files .gradle
In dependencies add :
implementation 'com.android.volley:volley:1.2.0'
Sorry, something went wrong.
Solution: 1- download the plugin 2-in the path "cordova-plugin-googlemaps\src\android\frameworks\tbxml-android.gradle", replace implementation(name:'tbxml-android', ext:'aar') by `implementation(name:'tbxml-android', ext:'aar'){ exclude group: 'com.android.volley' }
implementation(name:'tbxml-android', ext:'aar')
implementation 'com.android.volley:volley:1.2.0'`
Thank you, I made a PR for it: #2940
No branches or pull requests
Execution failed for task ':app:checkDebugAarMetadata'.
System : Windows Server 2019
Platform: Android SDK 33
Cordova Version : 12.0.0
The text was updated successfully, but these errors were encountered: