Failed to write pom.xml file android
1 answer
The problem is with version and scope matching when you update your pom file. If multiple mappings are selected for the same dependencies, an exception is thrown. You can see its unique property mapping in spring here . For Android, you must use an updated version of the standard maven Android Maven Plugin .
This may help you Repository link and integration details .
0
source to share