.NET for Android warning XA4314
Example messages
error XA4314: `$(Property)` is empty. A value for `$(Property)` should be provided.
Issue
The specified $(Property)
does not have a value which is required.
Solution
Check that the $(Property)
MSBuild property is set to a valid value.