diff --git a/src/Microsoft.Android.Build.BaseTasks/Microsoft.Android.Build.BaseTasks.csproj b/src/Microsoft.Android.Build.BaseTasks/Microsoft.Android.Build.BaseTasks.csproj
index cc25bb5..5a3b2f5 100644
--- a/src/Microsoft.Android.Build.BaseTasks/Microsoft.Android.Build.BaseTasks.csproj
+++ b/src/Microsoft.Android.Build.BaseTasks/Microsoft.Android.Build.BaseTasks.csproj
@@ -1,23 +1,26 @@
- netstandard2.0;netcoreapp3.1Microsoft.Android.Build.Taskstrue
- true
- truetrue..\..\product.snk$(VendorPrefix)Microsoft.Android.Build.BaseTasks$(VendorSuffix)
-
+
+ True
+ True
+ Resources.resx
+
+
+ ResXFileCodeGenerator
+ Resources.Designer.cs
+
-
-
diff --git a/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.Designer.cs b/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.Designer.cs
new file mode 100644
index 0000000..1795a03
--- /dev/null
+++ b/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.Designer.cs
@@ -0,0 +1,72 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace Microsoft.Android.Build.Tasks.Properties {
+ using System;
+
+
+ ///
+ /// A strongly-typed resource class, for looking up localized strings, etc.
+ ///
+ // This class was auto-generated by the StronglyTypedResourceBuilder
+ // class via a tool like ResGen or Visual Studio.
+ // To add or remove a member, edit your .ResX file then rerun ResGen
+ // with the /str option, or rebuild your VS project.
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ internal class Resources {
+
+ private static global::System.Resources.ResourceManager resourceMan;
+
+ private static global::System.Globalization.CultureInfo resourceCulture;
+
+ [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
+ internal Resources() {
+ }
+
+ ///
+ /// Returns the cached ResourceManager instance used by this class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Resources.ResourceManager ResourceManager {
+ get {
+ if (object.ReferenceEquals(resourceMan, null)) {
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.Android.Build.Tasks.Properties.Resources", typeof(Resources).Assembly);
+ resourceMan = temp;
+ }
+ return resourceMan;
+ }
+ }
+
+ ///
+ /// Overrides the current thread's CurrentUICulture property for all
+ /// resource lookups using this strongly typed resource class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Globalization.CultureInfo Culture {
+ get {
+ return resourceCulture;
+ }
+ set {
+ resourceCulture = value;
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Unhandled exception: {0}.
+ ///
+ internal static string XA0000_Exception {
+ get {
+ return ResourceManager.GetString("XA0000_Exception", resourceCulture);
+ }
+ }
+ }
+}
diff --git a/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.cs.resx b/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.cs.resx
new file mode 100644
index 0000000..59e52f6
--- /dev/null
+++ b/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.cs.resx
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 1.3
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Neošetřená výjimka: {0}
+ {0} - The exception message of the associated exception
+
+
\ No newline at end of file
diff --git a/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.de.resx b/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.de.resx
new file mode 100644
index 0000000..bebc92a
--- /dev/null
+++ b/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.de.resx
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 1.3
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Ausnahmefehler: {0}
+ {0} - The exception message of the associated exception
+
+
\ No newline at end of file
diff --git a/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.es.resx b/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.es.resx
new file mode 100644
index 0000000..846b248
--- /dev/null
+++ b/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.es.resx
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 1.3
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Excepción no controlada: {0}
+ {0} - The exception message of the associated exception
+
+
\ No newline at end of file
diff --git a/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.fr.resx b/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.fr.resx
new file mode 100644
index 0000000..0a514e6
--- /dev/null
+++ b/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.fr.resx
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 1.3
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Exception non prise en charge{0}
+ {0} - The exception message of the associated exception
+
+
\ No newline at end of file
diff --git a/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.it.resx b/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.it.resx
new file mode 100644
index 0000000..8a6d245
--- /dev/null
+++ b/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.it.resx
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 1.3
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Eccezione non gestita: {0}
+ {0} - The exception message of the associated exception
+
+
\ No newline at end of file
diff --git a/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.ja.resx b/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.ja.resx
new file mode 100644
index 0000000..329f20e
--- /dev/null
+++ b/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.ja.resx
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 1.3
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ ハンドルされない例外: {0}
+ {0} - The exception message of the associated exception
+
+
\ No newline at end of file
diff --git a/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.ko.resx b/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.ko.resx
new file mode 100644
index 0000000..b0a8db6
--- /dev/null
+++ b/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.ko.resx
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 1.3
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 처리되지 않은 예외: {0}
+ {0} - The exception message of the associated exception
+
+
\ No newline at end of file
diff --git a/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.pl.resx b/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.pl.resx
new file mode 100644
index 0000000..a31add3
--- /dev/null
+++ b/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.pl.resx
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 1.3
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Nieobsługiwany wyjątek: {0}
+ {0} - The exception message of the associated exception
+
+
\ No newline at end of file
diff --git a/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.pt-BR.resx b/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.pt-BR.resx
new file mode 100644
index 0000000..79ad207
--- /dev/null
+++ b/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.pt-BR.resx
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 1.3
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Exceção não tratada: {0}
+ {0} - The exception message of the associated exception
+
+
\ No newline at end of file
diff --git a/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.ru.resx b/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.ru.resx
new file mode 100644
index 0000000..18b77ef
--- /dev/null
+++ b/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.ru.resx
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 1.3
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Необработанное исключение: {0}
+ {0} - The exception message of the associated exception
+
+
\ No newline at end of file
diff --git a/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.tr.resx b/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.tr.resx
new file mode 100644
index 0000000..934bb43
--- /dev/null
+++ b/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.tr.resx
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 1.3
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ İşlenmeyen özel durum: {0}
+ {0} - The exception message of the associated exception
+
+
\ No newline at end of file
diff --git a/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.zh-Hans.resx b/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.zh-Hans.resx
new file mode 100644
index 0000000..ee9e250
--- /dev/null
+++ b/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.zh-Hans.resx
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 1.3
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 未处理的异常: {0}
+ {0} - The exception message of the associated exception
+
+
\ No newline at end of file
diff --git a/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.zh-Hant.resx b/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.zh-Hant.resx
new file mode 100644
index 0000000..f7abee5
--- /dev/null
+++ b/src/Microsoft.Android.Build.BaseTasks/Properties/Resources.zh-Hant.resx
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 1.3
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 未處理的例外狀況: {0}
+ {0} - The exception message of the associated exception
+
+
\ No newline at end of file
diff --git a/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.cs.xlf b/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.cs.xlf
deleted file mode 100644
index 0492b12..0000000
--- a/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.cs.xlf
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
- Unhandled exception: {0}
- Neošetřená výjimka: {0}
- {0} - The exception message of the associated exception
-
-
-
-
\ No newline at end of file
diff --git a/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.de.xlf b/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.de.xlf
deleted file mode 100644
index 1810bc2..0000000
--- a/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.de.xlf
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
- Unhandled exception: {0}
- Ausnahmefehler: {0}
- {0} - The exception message of the associated exception
-
-
-
-
\ No newline at end of file
diff --git a/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.es.xlf b/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.es.xlf
deleted file mode 100644
index 5e1af08..0000000
--- a/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.es.xlf
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
- Unhandled exception: {0}
- Excepción no controlada: {0}
- {0} - The exception message of the associated exception
-
-
-
-
\ No newline at end of file
diff --git a/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.fr.xlf b/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.fr.xlf
deleted file mode 100644
index b7f2e63..0000000
--- a/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.fr.xlf
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
- Unhandled exception: {0}
- Exception non prise en charge : {0}
- {0} - The exception message of the associated exception
-
-
-
-
\ No newline at end of file
diff --git a/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.it.xlf b/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.it.xlf
deleted file mode 100644
index b8b4d0a..0000000
--- a/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.it.xlf
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
- Unhandled exception: {0}
- Eccezione non gestita: {0}
- {0} - The exception message of the associated exception
-
-
-
-
\ No newline at end of file
diff --git a/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.ja.xlf b/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.ja.xlf
deleted file mode 100644
index b63e2db..0000000
--- a/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.ja.xlf
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
- Unhandled exception: {0}
- ハンドルされない例外: {0}
- {0} - The exception message of the associated exception
-
-
-
-
\ No newline at end of file
diff --git a/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.ko.xlf b/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.ko.xlf
deleted file mode 100644
index 2f43d03..0000000
--- a/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.ko.xlf
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
- Unhandled exception: {0}
- 처리되지 않은 예외: {0}
- {0} - The exception message of the associated exception
-
-
-
-
\ No newline at end of file
diff --git a/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.pl.xlf b/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.pl.xlf
deleted file mode 100644
index 46fc0ca..0000000
--- a/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.pl.xlf
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
- Unhandled exception: {0}
- Nieobsłużony wyjątek: {0}
- {0} - The exception message of the associated exception
-
-
-
-
\ No newline at end of file
diff --git a/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.pt-BR.xlf b/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.pt-BR.xlf
deleted file mode 100644
index 951acf6..0000000
--- a/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.pt-BR.xlf
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
- Unhandled exception: {0}
- Exceção sem tratamento: {0}
- {0} - The exception message of the associated exception
-
-
-
-
\ No newline at end of file
diff --git a/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.ru.xlf b/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.ru.xlf
deleted file mode 100644
index 7984f3c..0000000
--- a/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.ru.xlf
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
- Unhandled exception: {0}
- Необработанное исключение: {0}
- {0} - The exception message of the associated exception
-
-
-
-
\ No newline at end of file
diff --git a/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.tr.xlf b/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.tr.xlf
deleted file mode 100644
index 7994440..0000000
--- a/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.tr.xlf
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
- Unhandled exception: {0}
- İşlenmeyen özel durum: {0}
- {0} - The exception message of the associated exception
-
-
-
-
\ No newline at end of file
diff --git a/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.zh-Hans.xlf b/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.zh-Hans.xlf
deleted file mode 100644
index 11a918c..0000000
--- a/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.zh-Hans.xlf
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
- Unhandled exception: {0}
- 未处理的异常: {0}
- {0} - The exception message of the associated exception
-
-
-
-
\ No newline at end of file
diff --git a/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.zh-Hant.xlf b/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.zh-Hant.xlf
deleted file mode 100644
index 6738c0c..0000000
--- a/src/Microsoft.Android.Build.BaseTasks/Properties/xlf/Resources.zh-Hant.xlf
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
- Unhandled exception: {0}
- 未處理的例外狀況: {0}
- {0} - The exception message of the associated exception
-
-
-
-
\ No newline at end of file
diff --git a/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.cs.resx b/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.cs.resx
new file mode 100644
index 0000000..42470c3
--- /dev/null
+++ b/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.cs.resx
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Při ověřování instalace sady Java SDK v {0}, která se našla při hledání cest z {1} došlo k výjimce. Ujistěte se, že v části Android v možnostech Visual Studio je nakonfigurovaný platný adresář sady Java SDK. Pokud chcete pro sestavení z příkazového řádku použít vlastní cestu sady SDK, nastavte vlastnost MSBuild JavaSdkDirectory na vlastní cestu. Výjimka: {2}
+
+{0} - The path of the invalid installation
+{1} - a "contextual" name for where {0} came from: `Preferred Registry` (Windows Registry), `OpenJDK`, `$JAVA_HOME` (environment variable), etc.
+{2} - The exception message of the associated exception.
+
+
+ Při čtení konfiguračního souboru {0} došlo k výjimce. Výjimka: {1}
+
+{0} - The path of the file being read.
+{1} - The exception message of the associated exception.
+
+
+ Při čtení výstupu {0} {1} došlo k výjimce. Výjimka: {2}
+
+
\ No newline at end of file
diff --git a/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.de.resx b/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.de.resx
new file mode 100644
index 0000000..cc440d6
--- /dev/null
+++ b/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.de.resx
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Ausnahme beim Überprüfen der Java SDK-Installation in '{0}', die beim Durchsuchen der Pfade von '{1}' gefunden wurde. Stellen Sie sicher, dass für den Android-Abschnitt der Visual Studio-Optionen ein gültiges Java SDK-Verzeichnis konfiguriert ist. Um einen benutzerdefinierten SDK-Pfad für einen Befehlszeilenbuild zu verwenden, legen Sie die MSBuild-Eigenschaft "JavaSdkDirectory" auf den benutzerdefinierten Pfad fest. Ausnahme: {2}
+
+{0} - The path of the invalid installation
+{1} - a "contextual" name for where {0} came from: `Preferred Registry` (Windows Registry), `OpenJDK`, `$JAVA_HOME` (environment variable), etc.
+{2} - The exception message of the associated exception.
+
+
+ Ausnahme beim Lesen der Konfigurationsdatei '{0}'. Ausnahme: {1}
+
+{0} - The path of the file being read.
+{1} - The exception message of the associated exception.
+
+
+ Ausnahme beim Lesen der Ausgabe von "{0} {1}". Ausnahme: {2}
+
+
\ No newline at end of file
diff --git a/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.es.resx b/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.es.resx
new file mode 100644
index 0000000..dea3984
--- /dev/null
+++ b/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.es.resx
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Se ha producido una excepción al validar la instalación del SDK de Java en "{0}" que se ha encontrado al buscar las rutas desde "{1}". Asegúrese de que la sección de Android de las opciones de Visual Studio tiene configurado un directorio de Java SDK válido. Para utilizar una ruta de acceso al SDK personalizada para una compilación de línea de comandos, establezca la propiedad MSBuild 'JavaSdkDirectory' en la ruta personalizada. Excepción: {2}
+
+{0} - The path of the invalid installation
+{1} - a "contextual" name for where {0} came from: `Preferred Registry` (Windows Registry), `OpenJDK`, `$JAVA_HOME` (environment variable), etc.
+{2} - The exception message of the associated exception.
+
+
+ Se ha producido una excepción al leer el archivo de configuración "{0}". Excepción: {1}
+
+{0} - The path of the file being read.
+{1} - The exception message of the associated exception.
+
+
+ Se ha producido una excepción al leer la salida de "{0} {1}". Excepción: {2}
+
+
\ No newline at end of file
diff --git a/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.fr.resx b/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.fr.resx
new file mode 100644
index 0000000..64106e9
--- /dev/null
+++ b/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.fr.resx
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Une exception s’est produite lors de la validation de l’installation du Kit de développement logiciel (SDK) Java dans '{0}' qui a été trouvée lors de la recherche dans les chemins d’accès à partir de '{1}'. Vérifiez que la section Android des options Visual Studio a un répertoire Java SDK valide configuré. Pour utiliser un chemin de kit SDK personnalisé pour une build de ligne de commande, définissez la propriété MSBuild 'JavaSdkDirectory' sur le chemin personnalisé. Exception : {2}
+
+{0} - The path of the invalid installation
+{1} - a "contextual" name for where {0} came from: `Preferred Registry` (Windows Registry), `OpenJDK`, `$JAVA_HOME` (environment variable), etc.
+{2} - The exception message of the associated exception.
+
+
+ Une exception s’est produite lors de la lecture du fichier de configuration '{0}'. Exception : {1}
+
+{0} - The path of the file being read.
+{1} - The exception message of the associated exception.
+
+
+ Une exception s’est produite lors de la lecture de la sortie de '{0} {1}'. Exception : {2}
+
+
\ No newline at end of file
diff --git a/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.it.resx b/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.it.resx
new file mode 100644
index 0000000..82b7000
--- /dev/null
+++ b/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.it.resx
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Si è verificata un'eccezione durante la convalida dell'installazione di Java SDK in '{0}' trovata durante la ricerca nei percorsi da '{1}'. Assicurarsi che nella sezione Android delle opzioni di Visual Studio sia configurata una directory java SDK valida. Per usare un percorso SDK personalizzato per una compilazione della riga di comando, impostare la proprietà MSBuild 'JavaSdkDirectory' sul percorso personalizzato. Eccezione: {2}
+
+{0} - The path of the invalid installation
+{1} - a "contextual" name for where {0} came from: `Preferred Registry` (Windows Registry), `OpenJDK`, `$JAVA_HOME` (environment variable), etc.
+{2} - The exception message of the associated exception.
+
+
+ Si è verificata un'eccezione durante la lettura del file di configurazione '{0}'. Eccezione: {1}
+
+{0} - The path of the file being read.
+{1} - The exception message of the associated exception.
+
+
+ Eccezione durante la lettura dell'output di '{0} {1}'. Eccezione: {2}
+
+
\ No newline at end of file
diff --git a/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.ja.resx b/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.ja.resx
new file mode 100644
index 0000000..caac05f
--- /dev/null
+++ b/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.ja.resx
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ '{1}' からのパスの検索中に見つかった '{0}' の Java SDK インストールを検証中に例外が発生しました。Visual Studio オプションの Android セクションに、有効な Java SDK ディレクトリが構成されていることを確認してください。コマンド ライン ビルドにカスタム SDK パスを使用するには、'JavaSdkDirectory' MSBuild プロパティにそのカスタム パスを設定します。例外: {2}
+
+{0} - The path of the invalid installation
+{1} - a "contextual" name for where {0} came from: `Preferred Registry` (Windows Registry), `OpenJDK`, `$JAVA_HOME` (environment variable), etc.
+{2} - The exception message of the associated exception.
+
+
+ 構成ファイル '{0}' の読み取り中に例外が発生しました。例外: {1}
+
+{0} - The path of the file being read.
+{1} - The exception message of the associated exception.
+
+
+ '{0} {1}' の出力の読み取り中に例外が発生しました。例外: {2}
+
+
\ No newline at end of file
diff --git a/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.ko.resx b/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.ko.resx
new file mode 100644
index 0000000..11d7743
--- /dev/null
+++ b/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.ko.resx
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ '{1}'에서 경로를 검색하는 동안 발견된 '{0}'의 Java SDK 설치의 유효성을 검사하는 동안 예외가 발생했습니다. Visual Studio 옵션의 Android 섹션에 유효한 Java SDK 디렉터리가 구성되어 있는지 확인하세요. 명령줄 빌드에 사용자 지정 SDK 경로를 사용하려면 'JavaSdkDirectory' MSBuild 속성을 사용자 지정 경로로 설정하세요. 예외: {2}
+
+{0} - The path of the invalid installation
+{1} - a "contextual" name for where {0} came from: `Preferred Registry` (Windows Registry), `OpenJDK`, `$JAVA_HOME` (environment variable), etc.
+{2} - The exception message of the associated exception.
+
+
+ 구성 파일 '{0}'을(를) 읽는 동안 예외가 발생했습니다. 예외: {1}
+
+{0} - The path of the file being read.
+{1} - The exception message of the associated exception.
+
+
+ '{0} {1}'의 출력을 읽는 동안 예외가 발생했습니다. 예외: {2}
+
+
\ No newline at end of file
diff --git a/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.pl.resx b/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.pl.resx
new file mode 100644
index 0000000..9f9c5da
--- /dev/null
+++ b/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.pl.resx
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Wystąpił wyjątek podczas sprawdzania poprawności instalacji zestawu Java SDK w lokalizacji „{0}”, która została znaleziona podczas przeszukiwania ścieżek z lokalizacji „{1}”. Upewnij się, że sekcja opcji programu Visual Studio dla systemu Android ma skonfigurowany prawidłowy katalog zestawu Java SDK. Aby użyć niestandardowej ścieżki zestawu SDK dla kompilacji wiersza polecenia, ustaw ścieżkę niestandardową właściwości „JavaSdkDirectory” programu MSBuild. Wyjątek: {2}
+
+{0} - The path of the invalid installation
+{1} - a "contextual" name for where {0} came from: `Preferred Registry` (Windows Registry), `OpenJDK`, `$JAVA_HOME` (environment variable), etc.
+{2} - The exception message of the associated exception.
+
+
+ Wystąpił wyjątek podczas odczytywania pliku konfiguracji „{0}”. Wyjątek: {1}
+
+{0} - The path of the file being read.
+{1} - The exception message of the associated exception.
+
+
+ Wystąpił wyjątek podczas odczytywania danych wyjściowych elementu „{0} {1}„. Wyjątek: {2}
+
+
\ No newline at end of file
diff --git a/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.pt-BR.resx b/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.pt-BR.resx
new file mode 100644
index 0000000..4a2b67a
--- /dev/null
+++ b/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.pt-BR.resx
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Ocorreu uma exceção ao validar a instalação do Java SDK em '{0}' que foi encontrada ao pesquisar os caminhos de '{1}'. Certifique-se de que a seção Android das opções do Visual Studio tenha um diretório Java SDK válido configurado. Para usar um caminho SDK personalizado para uma compilação de linha de comando, defina a propriedade MSBuild 'JavaSdkDirectory' para o caminho personalizado. Exceção: {2}
+
+{0} - The path of the invalid installation
+{1} - a "contextual" name for where {0} came from: `Preferred Registry` (Windows Registry), `OpenJDK`, `$JAVA_HOME` (environment variable), etc.
+{2} - The exception message of the associated exception.
+
+
+ Ocorreu uma exceção ao ler o arquivo de configuração '{0}'. Exceção: {1}
+
+{0} - The path of the file being read.
+{1} - The exception message of the associated exception.
+
+
+ Ocorreu uma exceção ao ler a saída de '{0} {1}'. Exceção: {2}
+
+
\ No newline at end of file
diff --git a/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.ru.resx b/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.ru.resx
new file mode 100644
index 0000000..9be590b
--- /dev/null
+++ b/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.ru.resx
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Возникло исключение при проверке установки Java SDK в "{0}", обнаруженном при поиске путей из "{1}". Настройте допустимый каталог Java SDK в разделе Android параметров Visual Studio. Чтобы использовать пользовательский путь SDK для сборки командной строки, задайте настраиваемый путь для свойства MSBuild "JavaSdkDirectory". Исключение: {2}
+
+{0} - The path of the invalid installation
+{1} - a "contextual" name for where {0} came from: `Preferred Registry` (Windows Registry), `OpenJDK`, `$JAVA_HOME` (environment variable), etc.
+{2} - The exception message of the associated exception.
+
+
+ Возникло исключение при чтении файла конфигурации "{0}". Исключение: {1}
+
+{0} - The path of the file being read.
+{1} - The exception message of the associated exception.
+
+
+ Возникло исключение при чтении выходных данных "{0} {1}". Исключение: {2}
+
+
\ No newline at end of file
diff --git a/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.tr.resx b/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.tr.resx
new file mode 100644
index 0000000..8156b18
--- /dev/null
+++ b/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.tr.resx
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ '{1}' yolu aranıp '{0}' içindeki Java SDK yüklemesi doğrulanırken bir istisna oluştu. Visual Studio seçeneklerinin Android bölümünün yapılandırılmış geçerli bir Java SDK dizinine sahip olduğundan emin olun. Komut satırı derlemesi için özel bir SDK yolu kullanmak üzere 'JavaSdkDirectory' MSBuild özelliğini özel yola ayarlayın. Özel durum: {2}
+
+{0} - The path of the invalid installation
+{1} - a "contextual" name for where {0} came from: `Preferred Registry` (Windows Registry), `OpenJDK`, `$JAVA_HOME` (environment variable), etc.
+{2} - The exception message of the associated exception.
+
+
+ ‘{0}’ Yapılandırma dosyası okunurken özel durum oluştu. Özel durum: {1}
+
+{0} - The path of the file being read.
+{1} - The exception message of the associated exception.
+
+
+ '{0} {1}' çıktısı okunurken özel durum oluştu. Özel durum: {2}
+
+
\ No newline at end of file
diff --git a/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.zh-Hans.resx b/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.zh-Hans.resx
new file mode 100644
index 0000000..c452ceb
--- /dev/null
+++ b/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.zh-Hans.resx
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 验证 "{0}" 中的 Java SDK 安装时发生异常,该安装是在从 "{1}" 搜索路径时找到的。确保 Visual Studio 选项的 Android 部分配置了有效的 Java SDK 目录。若要对命令行生成使用自定义 SDK 路径,请将 "JavaSdkDirectory" MSBuild 属性设置为自定义路径。异常: {2}
+
+{0} - The path of the invalid installation
+{1} - a "contextual" name for where {0} came from: `Preferred Registry` (Windows Registry), `OpenJDK`, `$JAVA_HOME` (environment variable), etc.
+{2} - The exception message of the associated exception.
+
+
+ 读取配置文件 "{0}" 时发生异常。异常: {1}
+
+{0} - The path of the file being read.
+{1} - The exception message of the associated exception.
+
+
+ 读取 "{0} {1}" 的输出时发生异常。异常: {2}
+
+
\ No newline at end of file
diff --git a/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.zh-Hant.resx b/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.zh-Hant.resx
new file mode 100644
index 0000000..c3a204d
--- /dev/null
+++ b/src/Xamarin.Android.Tools.AndroidSdk/Properties/Resources.zh-Hant.resx
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 驗證 '{0}' 中的 JAVA SDK 安裝時發生例外狀況,該安裝是在從 '{1}' 搜尋路徑時找到的。請確認 Visual Studio 選項的 Android 區段已設定有效的 JAVA SDK 目錄。若要針對命令列組建使用自訂 SDK 路徑,請將 'JAVASdkDirectory' MSBuild 屬性設定為自訂路徑。例外狀況: {2}
+
+{0} - The path of the invalid installation
+{1} - a "contextual" name for where {0} came from: `Preferred Registry` (Windows Registry), `OpenJDK`, `$JAVA_HOME` (environment variable), etc.
+{2} - The exception message of the associated exception.
+
+
+ 讀取設定檔 '{0}' 時發生例外狀況。例外狀況: {1}
+
+{0} - The path of the file being read.
+{1} - The exception message of the associated exception.
+
+
+ 讀取 '{0} {1}' 的輸出時發生例外狀況。例外狀況: {2}
+
+
\ No newline at end of file
diff --git a/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.cs.xlf b/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.cs.xlf
deleted file mode 100644
index bd8c0d8..0000000
--- a/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.cs.xlf
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
- An exception occurred while validating the Java SDK installation in '{0}' that was found while searching the paths from '{1}'. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. Exception: {2}
- An exception occurred while validating the Java SDK installation in '{0}' that was found while searching the paths from '{1}'. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. Exception: {2}
-
-{0} - The path of the invalid installation
-{1} - a "contextual" name for where {0} came from: `Preferred Registry` (Windows Registry), `OpenJDK`, `$JAVA_HOME` (environment variable), etc.
-{2} - The exception message of the associated exception.
-
-
- An exception occurred while reading configuration file '{0}'. Exception: {1}
- An exception occurred while reading configuration file '{0}'. Exception: {1}
-
-{0} - The path of the file being read.
-{1} - The exception message of the associated exception.
-
-
- An exception occurred while reading the output of '{0} {1}'. Exception: {2}
- An exception occurred while reading the output of '{0} {1}'. Exception: {2}
-
-
-
-
-
\ No newline at end of file
diff --git a/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.de.xlf b/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.de.xlf
deleted file mode 100644
index f4bf5dd..0000000
--- a/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.de.xlf
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
- An exception occurred while validating the Java SDK installation in '{0}' that was found while searching the paths from '{1}'. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. Exception: {2}
- An exception occurred while validating the Java SDK installation in '{0}' that was found while searching the paths from '{1}'. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. Exception: {2}
-
-{0} - The path of the invalid installation
-{1} - a "contextual" name for where {0} came from: `Preferred Registry` (Windows Registry), `OpenJDK`, `$JAVA_HOME` (environment variable), etc.
-{2} - The exception message of the associated exception.
-
-
- An exception occurred while reading configuration file '{0}'. Exception: {1}
- An exception occurred while reading configuration file '{0}'. Exception: {1}
-
-{0} - The path of the file being read.
-{1} - The exception message of the associated exception.
-
-
- An exception occurred while reading the output of '{0} {1}'. Exception: {2}
- An exception occurred while reading the output of '{0} {1}'. Exception: {2}
-
-
-
-
-
\ No newline at end of file
diff --git a/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.es.xlf b/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.es.xlf
deleted file mode 100644
index 0e1e998..0000000
--- a/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.es.xlf
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
- An exception occurred while validating the Java SDK installation in '{0}' that was found while searching the paths from '{1}'. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. Exception: {2}
- An exception occurred while validating the Java SDK installation in '{0}' that was found while searching the paths from '{1}'. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. Exception: {2}
-
-{0} - The path of the invalid installation
-{1} - a "contextual" name for where {0} came from: `Preferred Registry` (Windows Registry), `OpenJDK`, `$JAVA_HOME` (environment variable), etc.
-{2} - The exception message of the associated exception.
-
-
- An exception occurred while reading configuration file '{0}'. Exception: {1}
- An exception occurred while reading configuration file '{0}'. Exception: {1}
-
-{0} - The path of the file being read.
-{1} - The exception message of the associated exception.
-
-
- An exception occurred while reading the output of '{0} {1}'. Exception: {2}
- An exception occurred while reading the output of '{0} {1}'. Exception: {2}
-
-
-
-
-
\ No newline at end of file
diff --git a/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.fr.xlf b/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.fr.xlf
deleted file mode 100644
index 1a577af..0000000
--- a/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.fr.xlf
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
- An exception occurred while validating the Java SDK installation in '{0}' that was found while searching the paths from '{1}'. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. Exception: {2}
- An exception occurred while validating the Java SDK installation in '{0}' that was found while searching the paths from '{1}'. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. Exception: {2}
-
-{0} - The path of the invalid installation
-{1} - a "contextual" name for where {0} came from: `Preferred Registry` (Windows Registry), `OpenJDK`, `$JAVA_HOME` (environment variable), etc.
-{2} - The exception message of the associated exception.
-
-
- An exception occurred while reading configuration file '{0}'. Exception: {1}
- An exception occurred while reading configuration file '{0}'. Exception: {1}
-
-{0} - The path of the file being read.
-{1} - The exception message of the associated exception.
-
-
- An exception occurred while reading the output of '{0} {1}'. Exception: {2}
- An exception occurred while reading the output of '{0} {1}'. Exception: {2}
-
-
-
-
-
\ No newline at end of file
diff --git a/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.it.xlf b/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.it.xlf
deleted file mode 100644
index c94f2d3..0000000
--- a/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.it.xlf
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
- An exception occurred while validating the Java SDK installation in '{0}' that was found while searching the paths from '{1}'. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. Exception: {2}
- An exception occurred while validating the Java SDK installation in '{0}' that was found while searching the paths from '{1}'. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. Exception: {2}
-
-{0} - The path of the invalid installation
-{1} - a "contextual" name for where {0} came from: `Preferred Registry` (Windows Registry), `OpenJDK`, `$JAVA_HOME` (environment variable), etc.
-{2} - The exception message of the associated exception.
-
-
- An exception occurred while reading configuration file '{0}'. Exception: {1}
- An exception occurred while reading configuration file '{0}'. Exception: {1}
-
-{0} - The path of the file being read.
-{1} - The exception message of the associated exception.
-
-
- An exception occurred while reading the output of '{0} {1}'. Exception: {2}
- An exception occurred while reading the output of '{0} {1}'. Exception: {2}
-
-
-
-
-
\ No newline at end of file
diff --git a/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.ja.xlf b/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.ja.xlf
deleted file mode 100644
index 6de35c2..0000000
--- a/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.ja.xlf
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
- An exception occurred while validating the Java SDK installation in '{0}' that was found while searching the paths from '{1}'. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. Exception: {2}
- An exception occurred while validating the Java SDK installation in '{0}' that was found while searching the paths from '{1}'. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. Exception: {2}
-
-{0} - The path of the invalid installation
-{1} - a "contextual" name for where {0} came from: `Preferred Registry` (Windows Registry), `OpenJDK`, `$JAVA_HOME` (environment variable), etc.
-{2} - The exception message of the associated exception.
-
-
- An exception occurred while reading configuration file '{0}'. Exception: {1}
- An exception occurred while reading configuration file '{0}'. Exception: {1}
-
-{0} - The path of the file being read.
-{1} - The exception message of the associated exception.
-
-
- An exception occurred while reading the output of '{0} {1}'. Exception: {2}
- An exception occurred while reading the output of '{0} {1}'. Exception: {2}
-
-
-
-
-
\ No newline at end of file
diff --git a/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.ko.xlf b/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.ko.xlf
deleted file mode 100644
index c96a2cc..0000000
--- a/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.ko.xlf
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
- An exception occurred while validating the Java SDK installation in '{0}' that was found while searching the paths from '{1}'. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. Exception: {2}
- An exception occurred while validating the Java SDK installation in '{0}' that was found while searching the paths from '{1}'. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. Exception: {2}
-
-{0} - The path of the invalid installation
-{1} - a "contextual" name for where {0} came from: `Preferred Registry` (Windows Registry), `OpenJDK`, `$JAVA_HOME` (environment variable), etc.
-{2} - The exception message of the associated exception.
-
-
- An exception occurred while reading configuration file '{0}'. Exception: {1}
- An exception occurred while reading configuration file '{0}'. Exception: {1}
-
-{0} - The path of the file being read.
-{1} - The exception message of the associated exception.
-
-
- An exception occurred while reading the output of '{0} {1}'. Exception: {2}
- An exception occurred while reading the output of '{0} {1}'. Exception: {2}
-
-
-
-
-
\ No newline at end of file
diff --git a/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.pl.xlf b/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.pl.xlf
deleted file mode 100644
index 102d803..0000000
--- a/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.pl.xlf
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
- An exception occurred while validating the Java SDK installation in '{0}' that was found while searching the paths from '{1}'. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. Exception: {2}
- An exception occurred while validating the Java SDK installation in '{0}' that was found while searching the paths from '{1}'. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. Exception: {2}
-
-{0} - The path of the invalid installation
-{1} - a "contextual" name for where {0} came from: `Preferred Registry` (Windows Registry), `OpenJDK`, `$JAVA_HOME` (environment variable), etc.
-{2} - The exception message of the associated exception.
-
-
- An exception occurred while reading configuration file '{0}'. Exception: {1}
- An exception occurred while reading configuration file '{0}'. Exception: {1}
-
-{0} - The path of the file being read.
-{1} - The exception message of the associated exception.
-
-
- An exception occurred while reading the output of '{0} {1}'. Exception: {2}
- An exception occurred while reading the output of '{0} {1}'. Exception: {2}
-
-
-
-
-
\ No newline at end of file
diff --git a/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.pt-BR.xlf b/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.pt-BR.xlf
deleted file mode 100644
index 394aa06..0000000
--- a/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.pt-BR.xlf
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
- An exception occurred while validating the Java SDK installation in '{0}' that was found while searching the paths from '{1}'. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. Exception: {2}
- An exception occurred while validating the Java SDK installation in '{0}' that was found while searching the paths from '{1}'. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. Exception: {2}
-
-{0} - The path of the invalid installation
-{1} - a "contextual" name for where {0} came from: `Preferred Registry` (Windows Registry), `OpenJDK`, `$JAVA_HOME` (environment variable), etc.
-{2} - The exception message of the associated exception.
-
-
- An exception occurred while reading configuration file '{0}'. Exception: {1}
- An exception occurred while reading configuration file '{0}'. Exception: {1}
-
-{0} - The path of the file being read.
-{1} - The exception message of the associated exception.
-
-
- An exception occurred while reading the output of '{0} {1}'. Exception: {2}
- An exception occurred while reading the output of '{0} {1}'. Exception: {2}
-
-
-
-
-
\ No newline at end of file
diff --git a/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.ru.xlf b/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.ru.xlf
deleted file mode 100644
index b39553d..0000000
--- a/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.ru.xlf
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
- An exception occurred while validating the Java SDK installation in '{0}' that was found while searching the paths from '{1}'. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. Exception: {2}
- An exception occurred while validating the Java SDK installation in '{0}' that was found while searching the paths from '{1}'. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. Exception: {2}
-
-{0} - The path of the invalid installation
-{1} - a "contextual" name for where {0} came from: `Preferred Registry` (Windows Registry), `OpenJDK`, `$JAVA_HOME` (environment variable), etc.
-{2} - The exception message of the associated exception.
-
-
- An exception occurred while reading configuration file '{0}'. Exception: {1}
- An exception occurred while reading configuration file '{0}'. Exception: {1}
-
-{0} - The path of the file being read.
-{1} - The exception message of the associated exception.
-
-
- An exception occurred while reading the output of '{0} {1}'. Exception: {2}
- An exception occurred while reading the output of '{0} {1}'. Exception: {2}
-
-
-
-
-
\ No newline at end of file
diff --git a/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.tr.xlf b/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.tr.xlf
deleted file mode 100644
index 020759c..0000000
--- a/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.tr.xlf
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
- An exception occurred while validating the Java SDK installation in '{0}' that was found while searching the paths from '{1}'. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. Exception: {2}
- An exception occurred while validating the Java SDK installation in '{0}' that was found while searching the paths from '{1}'. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. Exception: {2}
-
-{0} - The path of the invalid installation
-{1} - a "contextual" name for where {0} came from: `Preferred Registry` (Windows Registry), `OpenJDK`, `$JAVA_HOME` (environment variable), etc.
-{2} - The exception message of the associated exception.
-
-
- An exception occurred while reading configuration file '{0}'. Exception: {1}
- An exception occurred while reading configuration file '{0}'. Exception: {1}
-
-{0} - The path of the file being read.
-{1} - The exception message of the associated exception.
-
-
- An exception occurred while reading the output of '{0} {1}'. Exception: {2}
- An exception occurred while reading the output of '{0} {1}'. Exception: {2}
-
-
-
-
-
\ No newline at end of file
diff --git a/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.zh-Hans.xlf b/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.zh-Hans.xlf
deleted file mode 100644
index 4a160a1..0000000
--- a/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.zh-Hans.xlf
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
- An exception occurred while validating the Java SDK installation in '{0}' that was found while searching the paths from '{1}'. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. Exception: {2}
- An exception occurred while validating the Java SDK installation in '{0}' that was found while searching the paths from '{1}'. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. Exception: {2}
-
-{0} - The path of the invalid installation
-{1} - a "contextual" name for where {0} came from: `Preferred Registry` (Windows Registry), `OpenJDK`, `$JAVA_HOME` (environment variable), etc.
-{2} - The exception message of the associated exception.
-
-
- An exception occurred while reading configuration file '{0}'. Exception: {1}
- An exception occurred while reading configuration file '{0}'. Exception: {1}
-
-{0} - The path of the file being read.
-{1} - The exception message of the associated exception.
-
-
- An exception occurred while reading the output of '{0} {1}'. Exception: {2}
- An exception occurred while reading the output of '{0} {1}'. Exception: {2}
-
-
-
-
-
\ No newline at end of file
diff --git a/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.zh-Hant.xlf b/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.zh-Hant.xlf
deleted file mode 100644
index 74d9a2e..0000000
--- a/src/Xamarin.Android.Tools.AndroidSdk/Properties/xlf/Resources.zh-Hant.xlf
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
- An exception occurred while validating the Java SDK installation in '{0}' that was found while searching the paths from '{1}'. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. Exception: {2}
- An exception occurred while validating the Java SDK installation in '{0}' that was found while searching the paths from '{1}'. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. Exception: {2}
-
-{0} - The path of the invalid installation
-{1} - a "contextual" name for where {0} came from: `Preferred Registry` (Windows Registry), `OpenJDK`, `$JAVA_HOME` (environment variable), etc.
-{2} - The exception message of the associated exception.
-
-
- An exception occurred while reading configuration file '{0}'. Exception: {1}
- An exception occurred while reading configuration file '{0}'. Exception: {1}
-
-{0} - The path of the file being read.
-{1} - The exception message of the associated exception.
-
-
- An exception occurred while reading the output of '{0} {1}'. Exception: {2}
- An exception occurred while reading the output of '{0} {1}'. Exception: {2}
-
-
-
-
-
\ No newline at end of file
diff --git a/src/Xamarin.Android.Tools.AndroidSdk/Xamarin.Android.Tools.AndroidSdk.csproj b/src/Xamarin.Android.Tools.AndroidSdk/Xamarin.Android.Tools.AndroidSdk.csproj
index 0f35c23..c1b258a 100644
--- a/src/Xamarin.Android.Tools.AndroidSdk/Xamarin.Android.Tools.AndroidSdk.csproj
+++ b/src/Xamarin.Android.Tools.AndroidSdk/Xamarin.Android.Tools.AndroidSdk.csproj
@@ -17,11 +17,6 @@
$(VendorPrefix)Xamarin.Android.Tools.AndroidSdk$(VendorSuffix)
-
- cs;de;es;fr;it;ja;ko;pl;pt-BR;ru;tr;zh-Hans;zh-Hant
- true
-
-
@@ -35,7 +30,6 @@
allruntime; build; native; contentfiles; analyzers
-