.NET for Android error XA4247

Example message

error XA4247: Could not resolve POM file for artifact 'com.example:mylib-parent:1.0.0'.

Issue

The specified POM file is needed to complete Java dependency verification, but it could not be found. This may be due to a missing parent or imported POM file.

Solution

For solutions for fixing this error, refer to the "Additional POM Files" section of the Java Dependency Verification documentation.