Open kenfouo opened 1 year ago
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'
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 'com.android.volley:volley:1.2.0'`
Thank you, I made a PR for it: #2940
Execution failed for task ':app:checkDebugAarMetadata'.
System : Windows Server 2019 Platform: Android SDK 33 Cordova Version : 12.0.0