Skip to content

Commit 93d901b

Browse files
committed
Add example
1 parent cc8b5f2 commit 93d901b

File tree

1 file changed

+1
-1
lines changed
  • src/Xamarin.Android.Build.Tasks/Tasks

1 file changed

+1
-1
lines changed

src/Xamarin.Android.Build.Tasks/Tasks/Aapt2.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ static string GetErrorCode (string message)
542542
Tuple.Create ("APT2263", "found in <manifest>"), // unexpected element <xxxxx> found in <manifest>
543543
Tuple.Create ("APT2264", "The system cannot find the file specified. (2)"), // Windows Long Path error from aapt2
544544
Tuple.Create ("APT2265", "The system cannot find the file specified. (2)"), // Windows non-ASCII characters error from aapt2
545-
Tuple.Create ("APT2266", "in <data> tag has value of")
545+
Tuple.Create ("APT2266", "in <data> tag has value of") // error: attribute ‘android:path’ in <data> tag has value of ‘code/fooauth://com.foo.foo, it must start with a leading slash ‘/’.
546546
};
547547
}
548548
}

0 commit comments

Comments
 (0)