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: build-tools/Xamarin.Android.Tools.BootstrapTasks/Xamarin.Android.Tools.BootstrapTasks/StartAndroidEmulator.cs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ public class StartAndroidEmulator : Task
Copy file name to clipboardExpand all lines: src/Xamarin.Android.Build.Tasks/Properties/Resources.resx
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -712,8 +712,10 @@ The following are literal names and should not be translated: ABI, 'libs/armeabi
712
712
<comment>The following are literal names and should not be translated: MultiDexMainDexList</comment>
713
713
</data>
714
714
<dataname="XA4310"xml:space="preserve">
715
-
<value>`$(AndroidSigningKeyStore)` file `{0}` could not be found.</value>
716
-
<comment>The following are literal names and should not be translated: `$(AndroidSigningKeyStore)`</comment>
715
+
<value>`{0}` file `{1}` could not be found.</value>
716
+
<comment>{0} - The MSBuildProperty which contains the file name value.
717
+
{1} - The value of the MSBuildProperty. Normally a filename.
718
+
</comment>
717
719
</data>
718
720
<dataname="XA4311"xml:space="preserve">
719
721
<value>The application won't contain the paired Wear package because the Wear application package APK is not created yet. If building on the command line, be sure to build the "SignAndroidPackage" target.</value>
0 commit comments