You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/guides/messages/README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,6 +183,19 @@ Either change the value in the AndroidManifest.xml to match the $(SupportedOSPla
183
183
+ XA4230: Error parsing XML: {exception}
184
184
+[XA4231](xa4231.md): The Android class parser value 'jar2xml' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'class-parse'.
185
185
+[XA4232](xa4232.md): The Android code generation target 'XamarinAndroid' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'XAJavaInterop1'.
186
+
+[XA4234](xa4234.md): '<{item}>' item '{itemspec}' is missing required attribute '{name}'.
187
+
+[XA4235](xa4235.md): Maven artifact specification '{artifact}' is invalid. The correct format is 'group_id:artifact_id'.
+[XA4241](xa4241.md): Java dependency '{artifact}' is not satisfied.
192
+
+[XA4242](xa4242.md): Java dependency '{artifact}' is not satisfied. Microsoft maintains the NuGet package '{nugetId}' that could fulfill this dependency.
193
+
+[XA4243](xa4243.md): Attribute '{name}' is required when using '{name}' for '{element}' item '{itemspec}'.
194
+
+[XA4244](xa4244.md): Attribute '{name}' cannot be empty for '{element}' item '{itemspec}'.
195
+
+[XA4245](xa4245.md): Specified POM file '{file}' does not exist.
196
+
+[XA4246](xa4246.md): Could not parse POM file '{file}'. - {exception}
197
+
+[XA4247](xa4247.md): Could not resolve POM file for artifact '{artifact}'.
198
+
+[XA4248](xa4248.md): Could not find NuGet package '{nugetId}' version '{version}' in lock file. Ensure NuGet Restore has run since this <PackageReference> was added.
186
199
+ XA4300: Native library '{library}' will not be bundled because it has an unsupported ABI.
187
200
+[XA4301](xa4301.md): Apk already contains the item `xxx`.
0 commit comments