It's ".NET for Android", not ".NET Android" (#8933)
*Heavy sigh* Additionally, begin reviewing *non-source code* mentions of `Xamarin.Android`, and replace with `.NET for Android` as appropriate.
This commit is contained in:
Родитель
6e5239bfb8
Коммит
2b6fcfcec2
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"codebaseName": "xamarin.android_main",
|
||||
"codebaseName": "dotnet.android_main",
|
||||
"notificationAliases": [
|
||||
"dotnet-android-eng@microsoft.com"
|
||||
],
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "Build All Xamarin.Android",
|
||||
"label": "Build All .NET for Android",
|
||||
"type": "shell",
|
||||
"windows":{ "command": ".\\build.cmd ${input:buildtype}"},
|
||||
"linux":{"command": "./build.sh ${input:buildtype}"},
|
||||
|
@ -231,4 +231,4 @@
|
|||
]
|
||||
},
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
# Getting Started
|
||||
|
||||
* [Installing the Xamarin.Android SDK](https://developer.xamarin.com/guides/android/getting_started/installation/)
|
||||
* [Xamarin.Android Documentation](https://developer.xamarin.com/guides/android/)
|
||||
* [Xamarin.Android API Documentation](https://developer.xamarin.com/api/root/MonoAndroid-lib/)
|
||||
* [Installing the .NET for Android SDK](https://developer.xamarin.com/guides/android/getting_started/installation/)
|
||||
* [.NET for Android Documentation](https://learn.microsoft.com/dotnet/android/)
|
||||
* [.NET for Android API Documentation](https://learn.microsoft.com/en-us/dotnet/api/?preserve-view=true&view=net-android-34.0)
|
||||
|
||||
|
||||
# Project Docs
|
||||
|
@ -30,9 +30,9 @@
|
|||
|
||||
* [Build System Configuration](building/configuration.md)
|
||||
* [Build Dependencies for Linux and macOS](building/unix/dependencies.md)
|
||||
* [Building Xamarin.Android on Linux and macOS](building/unix/instructions.md)
|
||||
* [Building .NET for Android on Linux and macOS](building/unix/instructions.md)
|
||||
* [Build Dependencies for Windows](building/windows/dependencies.md)
|
||||
* [Building Xamarin.Android on Windows](building/windows/instructions.md)
|
||||
* [Building .NET for Android on Windows](building/windows/instructions.md)
|
||||
|
||||
|
||||
# Development Workflow
|
||||
|
@ -50,4 +50,4 @@
|
|||
|
||||
# Other Information
|
||||
|
||||
* [Wikipedia Entry for Xamarin.Android](https://en.wikipedia.org/wiki/Mono_(software)#Xamarin.Android)
|
||||
* [Wikipedia Entry for .NET for Android](https://en.wikipedia.org/w/index.php?title=.NET_for_Android&redirect=yes)
|
||||
|
|
|
@ -4,11 +4,11 @@ Your Linux appears to have support for binfmt_misc kernel module enabled.
|
|||
The module makes it possible to execute non-Linux binaries if the appropriate
|
||||
interpreter for the given format is available.
|
||||
Your machine is configured to handle Windows PE executables either via Mono or
|
||||
Wine. It will make the Xamarin.Android build fail IF you choose to build the
|
||||
Wine. It will make the .NET for Android build fail IF you choose to build the
|
||||
Windows cross-compilers by enabling the 'mxe-Win32' or 'mxe-Win64' host targets.
|
||||
|
||||
You can disable the binfmt_misc module by issuing the following command as root
|
||||
before building Xamarin.Android:
|
||||
before building .NET for Android:
|
||||
|
||||
echo 0 > /proc/sys/fs/binfmt_misc/status
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
# Build Configuration
|
||||
|
||||
The Xamarin.Android build is heavily dependent on MSBuild, with the *intention*
|
||||
The .NET for Android build is heavily dependent on MSBuild, with the *intention*
|
||||
that it should (eventually?) be possible to build the project simply by
|
||||
checking out the repo, loading `Xamarin.Android.sln` into an IDE, and Building
|
||||
the solution. (This isn't currently possible, and may never be, but it's
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Build Dependencies for Linux and macOS
|
||||
|
||||
Building Xamarin.Android requires:
|
||||
Building .NET for Android requires:
|
||||
|
||||
* [Homebrew](#homebrew)
|
||||
* [Latest Mono](#mono-sdk)
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Building Xamarin.Android on Linux and macOS
|
||||
# Building .NET for Android on Linux and macOS
|
||||
|
||||
Building Xamarin.Android on Linux and macOS relies on GNU make and
|
||||
Building .NET for Android on Linux and macOS relies on GNU make and
|
||||
MSBuild via the `msbuild` command (within Mono). MSBuild via `xbuild`
|
||||
can also be used by setting the `$(MSBUILD)` make variable to `xbuild`.
|
||||
|
||||
# Building Xamarin.Android
|
||||
# Building .NET for Android
|
||||
|
||||
1. Install the [build dependencies](dependencies.md).
|
||||
|
||||
|
@ -58,11 +58,11 @@ can also be used by setting the `$(MSBUILD)` make variable to `xbuild`.
|
|||
2019][xamdevsummit] with a full walkthrough. Even though the demo was
|
||||
on Windows, many of the concepts should still apply:
|
||||
|
||||
[![Build Xamarin.Android](https://img.youtube.com/vi/8qaQleb6Tbk/maxresdefault.jpg)][xamdevsummit]
|
||||
[![Build .NET for Android](https://img.youtube.com/vi/8qaQleb6Tbk/maxresdefault.jpg)][xamdevsummit]
|
||||
|
||||
[xamdevsummit]: https://youtu.be/8qaQleb6Tbk
|
||||
|
||||
# Creating a local .NET android Workload
|
||||
# Creating a local .NET for Android Workload
|
||||
|
||||
`make prepare` provisions a specific build of .NET to
|
||||
`bin/$(Configuration)/dotnet`.
|
||||
|
@ -95,12 +95,12 @@ See the [One .NET Documentation](../../guides/OneDotNet.md) for further details.
|
|||
# Creating installers
|
||||
|
||||
Once `make all` or `make jenkins` have completed, macOS (.pkg),
|
||||
Windows (.vsix), and .NET android workload .nupkg files
|
||||
Windows (.vsix), and .NET for Android workload .nupkg files
|
||||
can be built with:
|
||||
|
||||
make create-installers
|
||||
|
||||
Alternatively, .NET android workload packs can be built with:
|
||||
Alternatively, .NET for Android workload packs can be built with:
|
||||
|
||||
make create-nupkgs
|
||||
# -or-
|
||||
|
@ -351,23 +351,3 @@ For example, to rebuild Mono for armeabi-v7a:
|
|||
$ msbuild /t:_InstallRuntimes src/mono-runtimes/mono-runtimes.csproj
|
||||
|
||||
|
||||
# How do I rebuild BCL assemblies?
|
||||
|
||||
The Xamarin.Android Base Class Library assemblies, such as `mscorlib.dll`,
|
||||
are built within `external/mono`, using Mono's normal build system:
|
||||
|
||||
# This updates external/mono/mcs/class/lib/monodroid/ASSEMBLY.dll
|
||||
$ make -C external/mono/mcs/class/ASSEMBLY PROFILE=monodroid
|
||||
|
||||
Alternatively, if you want to rebuild *all* the assemblies, the "host"
|
||||
Mono needs to be rebuilt. Note that the name of the "host" directory
|
||||
varies based on the operating system you're building from:
|
||||
|
||||
$ make -C src/mono-runtimes/obj/Debug/host-Darwin
|
||||
|
||||
Once the assemblies have been rebuilt, they can be copied into the appropriate
|
||||
Xamarin.Android SDK directory by using the `_InstallBcl` target:
|
||||
|
||||
# This updates bin/$(Configuration)/lib/xamarin.android/xbuild-frameworks/MonoAndroid/v1.0/ASSEMBLY.dll
|
||||
$ msbuild src/mono-runtimes/mono-runtimes.csproj /t:_InstallBcl
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Build Dependencies for Windows
|
||||
|
||||
Building Xamarin.Android requires:
|
||||
Building .NET for Android requires:
|
||||
|
||||
* An existing installation of the Xamarin.Android SDK and the Android SDK
|
||||
* An existing installation of the .NET for Android SDK and the Android SDK
|
||||
* The .NET Framework 3.5 – 4.7 development tools
|
||||
* Git for Windows
|
||||
* The Java Development Kit (JDK)
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Building Xamarin.Android on Windows
|
||||
# Building .NET for Android on Windows
|
||||
|
||||
Building Xamarin.Android on Windows requires .NET and the `msbuild` command
|
||||
Building .NET for Android on Windows requires .NET and the `msbuild` command
|
||||
be available within the Command-Line environment.
|
||||
(The **Developer Command Prompt** that Visual Studio installs is sufficient.)
|
||||
|
||||
MSBuild version 15 or later is required.
|
||||
|
||||
# Building Xamarin.Android
|
||||
# Building .NET for Android
|
||||
|
||||
1. Install the [build dependencies](dependencies.md).
|
||||
|
||||
|
@ -80,13 +80,13 @@ So for example:
|
|||
[windows_path]: https://www.java.com/en/download/help/path.xml
|
||||
[set_alias]: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/set-alias?view=powershell-6
|
||||
|
||||
# Creating a local .NET android Workload
|
||||
# Creating a local .NET for Android Workload
|
||||
|
||||
`dotnet msbuild Xamarin.Android.sln -t:Prepare` provisions a
|
||||
specific build of .NET to `bin\$(Configuration)\dotnet`.
|
||||
|
||||
Once the prepare target is complete, you can set up a local
|
||||
.NET android workload install with:
|
||||
.NET for Android workload install with:
|
||||
|
||||
dotnet-local.cmd build Xamarin.Android.sln -t:BuildDotNet -m:1
|
||||
|
||||
|
@ -121,7 +121,7 @@ See the [One .NET Documentation](../../guides/OneDotNet.md) for further details.
|
|||
# Creating installers
|
||||
|
||||
Once `dotnet msbuild Xamarin.Android.sln -t:Prepare` is complete,
|
||||
.NET android workload packs can be built with:
|
||||
.NET for Android workload packs can be built with:
|
||||
|
||||
dotnet-local.cmd build Xamarin.Android.sln -t:BuildDotNet,PackDotNet -m:1
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ as required.
|
|||
There are two types of `pack`: Feature packs and Asset packs.
|
||||
*Feature* pack contains *non-native* Java code and other resources.
|
||||
Code in these types of `pack` can be launched via the `Context.StartActivity()`
|
||||
API call. At this time due to various constraints .NET Android cannot support
|
||||
API call. At this time due to various constraints .NET for Android cannot support
|
||||
Feature packs.
|
||||
|
||||
*Asset* packs contain *only*
|
||||
|
@ -232,4 +232,4 @@ issues though.
|
|||
2. There is no IDE support for building this type of project.
|
||||
|
||||
Having the user go through a number of hoops to implement this for
|
||||
.NET Android or .NET MAUI is not ideal.
|
||||
.NET for Android or .NET MAUI is not ideal.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This is the D8 and R8 integration specification for Xamarin.Android.
|
||||
This is the D8 and R8 integration specification for .NET for Android.
|
||||
|
||||
# What is D8? What is R8?
|
||||
|
||||
|
@ -89,7 +89,7 @@ Usage: r8 [options] <input-files>
|
|||
--help # Print this message.
|
||||
```
|
||||
|
||||
# What did Xamarin.Android do *before* D8/R8?
|
||||
# What did .NET for Android do *before* D8/R8?
|
||||
|
||||
In other words, what is currently happening *before* we introduce D8/R8 support?
|
||||
|
||||
|
@ -116,7 +116,7 @@ In other words, what is currently happening *before* we introduce D8/R8 support?
|
|||
|
||||
# What does this process look like with D8 / R8 enabled?
|
||||
|
||||
Xamarin.Android now has two new MSBuild tasks: `<R8/>` and `<D8/>`.
|
||||
.NET for Android now has two new MSBuild tasks: `<R8/>` and `<D8/>`.
|
||||
|
||||
1. The [Javac](https://github.com/xamarin/xamarin-android/blob/221a2190ebb3aaec9ecd9b1cf8f7f6174c43153a/src/Xamarin.Android.Build.Tasks/Tasks/Javac.cs)
|
||||
MSBuild task will remain unchanged.
|
||||
|
|
|
@ -42,7 +42,7 @@ If you get the error:
|
|||
error XA5207: Could not find android.jar for API level 32.
|
||||
This means the Android SDK platform for API level 32 is not installed.
|
||||
Either install it in the Android SDK Manager (Tools > Android > Android SDK Manager...),
|
||||
or change the Xamarin.Android project to target an API version that is installed.
|
||||
or change your .NET for Android project to target an API version that is installed.
|
||||
```
|
||||
|
||||
On Windows, if your Android SDK is located in `C:\Program Files
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
This guide is a work-in-progress, but really has two main goals:
|
||||
- What are good MSBuild practices, in general?
|
||||
- What are good MSBuild practice in relation to what we already have
|
||||
going on in Xamarin.Android MSBuild targets?
|
||||
going on in .NET for Android MSBuild targets?
|
||||
|
||||
## Debugging MSBuild Tasks
|
||||
|
||||
|
@ -19,7 +19,7 @@ Waiting for debugger to attach (dotnet PID 13001). Press enter to continue...
|
|||
|
||||
You can then use VS or VSCode to attach to this process and debug you tasks.
|
||||
|
||||
In the case of .NET Android we need to do a couple of thing first though. Firstly
|
||||
In the case of .NET for Android we need to do a couple of thing first though. Firstly
|
||||
we need to disable the use of `ILRepacker` on the `Xamarin.Android.Build.Tasks`
|
||||
assembly. This is because `ILRepacker` does NOT handle debug symbols very well.
|
||||
Assemblies it generates seem to be JIT optimized so the debugger will not load
|
||||
|
@ -65,7 +65,7 @@ Once MSBuild starts it will print the following
|
|||
Waiting for debugger to attach (dotnet PID xxxx). Press enter to continue...
|
||||
```
|
||||
|
||||
You need to copy the PID value so we can use this in the IDE. For Visual Studio you can use the `Attach to Process` menu option, while you have the Xamarin.Android.sln solution open. For VSCode open the workspace then use the `Attach to Process` Run and Debug option. You will be prompted for the PID and it will then connect.
|
||||
You need to copy the PID value so we can use this in the IDE. For Visual Studio you can use the `Attach to Process` menu option, while you have the `Xamarin.Android.sln` solution open. For VSCode open the workspace then use the `Attach to Process` Run and Debug option. You will be prompted for the PID and it will then connect.
|
||||
|
||||
Once connected go back to your command prompt and press ENTER so that the MSBuild process can continue.
|
||||
|
||||
|
@ -378,7 +378,7 @@ evaluates `$(MSBuildAllProjects)` since [MSBuild 16.0][allprojects].
|
|||
|
||||
> NOTE: You might consider using `@(_AndroidMSBuildAllProjects)`
|
||||
> instead of `$(MSBuildAllProjects)` when working on the
|
||||
> Xamarin.Android MSBuild targets. We have excluded the `*.csproj.user`
|
||||
> .NET for Android MSBuild targets. We have excluded the `*.csproj.user`
|
||||
> file for performance reasons.
|
||||
|
||||
One pitfall, is this `_GenerateDocumentation` example *must* touch the
|
||||
|
@ -540,7 +540,7 @@ Or if you want to cache across multiple-builds, use
|
|||
> Use `as` for casts to avoid any unexpected `InvalidCastException`'s.
|
||||
> Use the `RegisterTaskObjectAssemblyLocal()` or
|
||||
> `GetRegisteredTaskObjectAssemblyLocal()` extension methods within
|
||||
> the Xamarin.Android codebase.
|
||||
> the .NET for Android codebase.
|
||||
|
||||
To *test* and validate your MSBuild task's use of
|
||||
`RegisteredTaskObjectLifetime.AppDomain` you have two choices:
|
||||
|
@ -571,9 +571,9 @@ an implementation of MSBuild out-of-process nodes yet._
|
|||
[static_csharp]: https://softwareengineering.stackexchange.com/questions/161222/dont-use-static-in-c
|
||||
[project_system]: https://marketplace.visualstudio.com/items?itemName=VisualStudioProductTeam.ProjectSystemTools
|
||||
|
||||
# Best Practices for Xamarin.Android MSBuild targets
|
||||
# Best Practices for .NET for Android MSBuild targets
|
||||
|
||||
## Naming in Xamarin.Android targets
|
||||
## Naming in .NET for Android targets
|
||||
|
||||
As mentioned [above](/MSBuildBestPractices.md#naming), a good amount
|
||||
of consideration should be done before adding new public-facing
|
||||
|
@ -583,11 +583,11 @@ since an obvious feature flag will be needed to enable it.
|
|||
The main thing to keep in mind here is that almost all of our
|
||||
public-facing MSBuild properties should be prefixed with `Android`.
|
||||
This is a good convention so it is easy to know which properties are
|
||||
specific to Xamarin.Android, and this will prevent them from
|
||||
specific to .NET for Android, and this will prevent them from
|
||||
conflicting with MSBuild properties from other products. All MSBuild
|
||||
properties are effectively "global variables"...
|
||||
|
||||
## Xamarin.Android MSBuild Task base classes
|
||||
## .NET for Android MSBuild Task base classes
|
||||
|
||||
We have a few base classes to simplify error handling, `async` /
|
||||
`await` usage, etc.
|
||||
|
|
|
@ -15,7 +15,7 @@ The developer makes a change to something within `Referenced.csproj`.
|
|||
|
||||
Question: Does `Referencer.csproj` need to be rebuilt?
|
||||
|
||||
In the "original" MSBuild world -- the world that Xamarin.Android
|
||||
In the "original" MSBuild world -- the world that .NET for Android
|
||||
still lives in -- the answer is *yes*, `Referencer.csproj` *must
|
||||
**always*** be rebuilt, because the change to `Referenced.csproj`
|
||||
*may* contain an API breaking change which would prevent
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# .NET 6 and Xamarin.Android
|
||||
# .NET for Android
|
||||
|
||||
_NOTE: this document is very likely to change, as the requirements for
|
||||
.NET 6 are better understood._
|
||||
|
||||
A .NET 6 project for a Xamarin.Android application will look something
|
||||
A .NET 6 project for a .NET for Android application will look something
|
||||
like:
|
||||
|
||||
```xml
|
||||
|
@ -31,7 +31,7 @@ Changes for bindings projects are documented [here][binding].
|
|||
## .NET Configuration Files
|
||||
|
||||
No support for [configuration files][config] such as `Foo.dll.config`
|
||||
or `Foo.exe.config` is available in Xamarin.Android projects targeting
|
||||
or `Foo.exe.config` is available in .NET for Android projects targeting
|
||||
.NET 6. [`<dllmap>`][dllmap] configuration elements are not supported
|
||||
in .NET Core at all, and other element types for compatibility
|
||||
packages like [System.Configuration.ConfigurationManager][nuget] have
|
||||
|
@ -201,7 +201,7 @@ turn these settings off:
|
|||
## dotnet cli
|
||||
|
||||
There are currently a few "verbs" we are aiming to get working in
|
||||
Xamarin.Android:
|
||||
.NET for Android:
|
||||
|
||||
dotnet new
|
||||
dotnet build
|
||||
|
@ -250,12 +250,12 @@ to produce a self-contained "app" happens:
|
|||
|
||||
https://docs.microsoft.com/en-us/dotnet/core/whats-new/dotnet-core-3-0#readytorun-images
|
||||
|
||||
However, for Xamarin.Android, `dotnet build` should produce something
|
||||
However, for .NET for Android, `dotnet build` should produce something
|
||||
that is runnable. This basically means we need to create an `.apk` or
|
||||
`.aab` file during `build`. We will need to reorder any MSBuild tasks
|
||||
from the dotnet SDK, so that they will run during `build`.
|
||||
|
||||
This means Xamarin.Android would run:
|
||||
This means .NET for Android would:
|
||||
|
||||
* Run `aapt` to generate `Resource.designer.cs` and potentially emit
|
||||
build errors for issues in `@(AndroidResource)` files.
|
||||
|
@ -275,7 +275,7 @@ copy the output to a `publish` directory on disk.
|
|||
_NOTE: Behavior inside IDEs will differ. The `Build` target will not
|
||||
produce an `.apk` file if `$(BuildingInsideVisualStudio)` is `true`.
|
||||
IDEs will call the `Install` target for deployment, which will produce
|
||||
the `.apk` file. This behavior matches "legacy" Xamarin.Android._
|
||||
the `.apk` file.
|
||||
|
||||
[illink]: https://github.com/mono/linker/blob/master/src/linker/README.md
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# One .NET: Embedded Resources and `.nupkg` Files
|
||||
|
||||
Traditionally, a Xamarin.Android class library can contain many types
|
||||
Traditionally, a .NET for Android class library can contain many types
|
||||
of Android-specific files:
|
||||
|
||||
* `@(AndroidAsset)` files in `Assets/`
|
||||
|
@ -65,7 +65,7 @@ There is not a great place where all Android file types would fit
|
|||
following this pattern.
|
||||
|
||||
In Android Studio, Android libraries are packaged as [`.aar`][aar]
|
||||
files. A Xamarin.Android library, `Foo.csproj`, could also generate an
|
||||
files. A .NET for Android library, `Foo.csproj`, could also generate an
|
||||
[`.aar`][aar] file in its `$(OutputPath)`:
|
||||
|
||||
Foo.aar
|
||||
|
@ -75,7 +75,7 @@ files. A Xamarin.Android library, `Foo.csproj`, could also generate an
|
|||
libs/*.jar
|
||||
jni/[arch]/*.so
|
||||
|
||||
Additionally, there is a need for Xamarin.Android-specific files
|
||||
Additionally, there is a need for .NET for Android-specific files
|
||||
within the [`.aar`][aar]. These are placed in a `.net` directory:
|
||||
|
||||
Foo.aar
|
||||
|
@ -95,7 +95,7 @@ projects that consuming the class library.
|
|||
The name `.net` would be unlikely to collide with anything Google
|
||||
creates in the `.aar` file format in the future. These folders should
|
||||
also be completely ignored by Android tooling. The `.net` folder could
|
||||
also be used for other Xamarin.Android specific files down the road.
|
||||
also be used for other .NET for Android specific files down the road.
|
||||
|
||||
So the output of `Foo.csproj` would look like:
|
||||
|
||||
|
@ -114,7 +114,7 @@ If you ran the `Pack` target, you would get a `.nupkg` file with:
|
|||
net6.0-android30/Foo.dll
|
||||
net6.0-android30/Foo.aar
|
||||
|
||||
When consuming the `.nupkg` files, Xamarin.Android will still have to
|
||||
When consuming the `.nupkg` files, .NET for Android will still have to
|
||||
extract [`.aar`][aar] files on disk for command-line tooling such as
|
||||
`javac`, `d8/r8` and `manifestmerger`. If users want to copy around
|
||||
loose build output and consume it, there will only be 1 additional
|
||||
|
@ -144,8 +144,8 @@ The `baz.jar` file would be included in the above `Foo.aar` file at:
|
|||
### Native Libraries
|
||||
|
||||
Since both `.aar` and `.nupkg` files support native libraries,
|
||||
Xamarin.Android should support consuming native libraries from both
|
||||
locations. A Xamarin.Android class library, `Foo.csproj` will place
|
||||
.NET for Android should support consuming native libraries from both
|
||||
locations. A .NET for Android class library, `Foo.csproj` will place
|
||||
native libraries in the `Foo.aar` file by default.
|
||||
|
||||
Collisions encountered on the same native library should be ignored.
|
||||
|
@ -223,7 +223,7 @@ Things we need for the first public release:
|
|||
|
||||
* Item group support for `@(AndroidLibrary)` and `%(Bind)=true`.
|
||||
* Support for packing `.aar` files in `$(OutputPath)` for
|
||||
Xamarin.Android class libraries.
|
||||
.NET for Android class libraries.
|
||||
* Support for consuming `.nupkg` files that contain `.aar` files.
|
||||
|
||||
These should enable us to compile AndroidX for `net6.0-android`. Then
|
||||
|
@ -246,7 +246,7 @@ Things that could happen sometime after .NET 6 Preview 1:
|
|||
|
||||
* `<GenerateJavaStubs/>` performance
|
||||
* `.aar` files contain `AndroidManifest.xml` files. We could add
|
||||
support for developers to add their own manifest to Xamarin.Android
|
||||
support for developers to add their own manifest to .NET for Android
|
||||
class libraries.
|
||||
* We could also generate the `AndroidManifest.xml` so attributes
|
||||
like `[assembly:UsesPermission]` are done ahead of time.
|
||||
|
|
|
@ -10,12 +10,12 @@ to create item templates for `AndroidManifest.xml` and `Info.plist`
|
|||
when (and if) they are removed from project templates.
|
||||
|
||||
The concepts for a Xamarin "single project" go much beyond this. This
|
||||
document is a starting point for what needs to go in the .NET Android
|
||||
document is a starting point for what needs to go in the .NET for Android
|
||||
and Apple SDKs, while much of the remaining features would be in the
|
||||
Xamarin.Forms/MAUI MSBuild targets.
|
||||
MAUI MSBuild targets.
|
||||
|
||||
For starters, we can add the following MSBuild properties to the
|
||||
Xamarin.Android and Xamarin.iOS/Mac SDKs:
|
||||
.NET for Android and .NET for iOS/etc. SDKs:
|
||||
|
||||
* `$(ApplicationId)` maps to `/manifest/@package` and
|
||||
`CFBundleIdentifier`
|
||||
|
@ -180,7 +180,7 @@ it.
|
|||
|
||||
One can imagine supporting a `.resx` key via a new
|
||||
`$(LocalizedApplicationTitle)` property. This would likely need to be
|
||||
implemented in Xamarin.Forms/MAUI MSBuild tasks as a way to provide a
|
||||
implemented in .NET for Android/MAUI MSBuild tasks as a way to provide a
|
||||
single `.resx` file to be translated to the appropriate format for iOS
|
||||
and Android. This is a consideration for the future.
|
||||
|
||||
|
|
|
@ -108,7 +108,7 @@ other commands.
|
|||
|
||||
## Set the Path to the Android SDK
|
||||
|
||||
The .NET Android workload doesn't know how to locate Android Studio's
|
||||
The .NET for Android workload doesn't know how to locate Android Studio's
|
||||
Android SDK by default. This is because it is normally managed by
|
||||
Visual Studio.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
This is the Android App Bundle and `bundletool` integration
|
||||
specification for Xamarin.Android.
|
||||
specification for .NET for Android.
|
||||
|
||||
# What are "app bundles"?
|
||||
|
||||
|
@ -23,11 +23,11 @@ Google Play that has a wide array of benefits.
|
|||
> devices.
|
||||
|
||||
These first two features of Android App Bundles are a natural fit for
|
||||
Xamarin.Android apps. The first version of `bundletool` support in
|
||||
Xamarin.Android will focus on these two benefits.
|
||||
.NET for Android apps. The first version of `bundletool` support in
|
||||
.NET for Android will focus on these two benefits.
|
||||
|
||||
*Unfortunately* the next two features will be more involved. We could
|
||||
perhaps support them in Xamarin.Android down the road.
|
||||
perhaps support them in .NET for Android down the road.
|
||||
|
||||
* Support for "Instant Apps":
|
||||
|
||||
|
@ -35,7 +35,7 @@ perhaps support them in Xamarin.Android down the road.
|
|||
> an instant app entry point module from the Try Now button on
|
||||
> Google Play and web links without installation.
|
||||
|
||||
Xamarin.Android does not yet have full support for [Instant
|
||||
.NET for Android does not yet have full support for [Instant
|
||||
Apps][instant_apps], in general. There would likely be some changes
|
||||
needed to the runtime, and there is a file size limit on the base APK
|
||||
size. App Bundles won't necessarily help anything for this.
|
||||
|
@ -48,7 +48,7 @@ size. App Bundles won't necessarily help anything for this.
|
|||
> Android Studio 3.2 to build apps with dynamic features, and join
|
||||
> the beta program to publish them on Google Play.
|
||||
|
||||
For Xamarin.Android to implement this feature, I believe Instant App
|
||||
For .NET for Android to implement this feature, I believe Instant App
|
||||
support is needed first.
|
||||
|
||||
For more information on App Bundles, visit the [getting
|
||||
|
@ -64,7 +64,7 @@ started][getting_started] guide.
|
|||
gradle, Android Studio, and Google Play use for working with Android
|
||||
App Bundles.
|
||||
|
||||
Xamarin.Android will need to run `bundletool` for the following cases:
|
||||
.NET for Android will need to run `bundletool` for the following cases:
|
||||
|
||||
* Create an Android App Bundle from a "base" zip file
|
||||
* Create an APK Set (`.apks` file) from an Android App Bundle
|
||||
|
@ -127,7 +127,7 @@ To enable app bundles, a new MSBuild property is needed:
|
|||
```
|
||||
|
||||
`$(AndroidPackageFormat)` will default to `apk` for the current
|
||||
Xamarin.Android behavior.
|
||||
.NET for Android behavior.
|
||||
|
||||
Due to the various requirements for Android App Bundles, here are a
|
||||
reasonable set of defaults for `bundletool`:
|
||||
|
@ -153,7 +153,7 @@ commonly be enabled in `Release` builds for submission to Google Play:
|
|||
Using `$(AndroidPackageFormat)` could impact build times, since it
|
||||
takes some time for `bundletool` to generate an app bundle and
|
||||
device-specific APK set to be deployed. It would make sense, in a
|
||||
given Xamarin.Android `.csproj` file to use `apk` for `Debug` builds
|
||||
given .NET for Android `.csproj` file to use `apk` for `Debug` builds
|
||||
and `aab` for `Release` builds.
|
||||
|
||||
## aapt2
|
||||
|
@ -177,7 +177,7 @@ Suitable as input to the bundle tool for generating an App Bundle.
|
|||
|
||||
This command-line switch is new in `aapt2` and can only be used with
|
||||
the version of `aapt2` from Maven. We are now shipping this new
|
||||
version in Xamarin.Android.
|
||||
version in .NET for Android.
|
||||
|
||||
## Generate a base ZIP file
|
||||
|
||||
|
@ -190,7 +190,7 @@ file][zip_format] of the following structure:
|
|||
* `assets/`: all Android assets
|
||||
* `lib/`: all native libraries (`.so` files)
|
||||
* `root/`: any arbitrary files that need to go in the root of the
|
||||
final APK on-device. Xamarin.Android will need to put .NET
|
||||
final APK on-device. .NET for Android will need to put .NET
|
||||
assemblies in `root/assemblies`.
|
||||
* `resources.pb`: the resource table in protobuf format
|
||||
|
||||
|
@ -202,7 +202,7 @@ See the [.aab format spec][aab_format] for further detail.
|
|||
## BundleConfig.json
|
||||
|
||||
Since .NET assemblies and typemap files must remain uncompressed in
|
||||
Xamarin.Android apps, we will also need to specify a
|
||||
.NET for Android apps, we will also need to specify a
|
||||
`BundleConfig.json` file:
|
||||
|
||||
```json
|
||||
|
@ -257,13 +257,13 @@ See [bundletool's source code][nativelibs] for details.
|
|||
## Signing
|
||||
|
||||
App Bundles can only be signed with `jarsigner` (not `apksigner`). App
|
||||
Bundles do not need to use `zipalign`. Xamarin.Android should go ahead
|
||||
Bundles do not need to use `zipalign`. .NET for Android should go ahead
|
||||
and sign the `.aab` file the same as it currently does for `.apk`
|
||||
files. A `com.company.app-Signed.aab` file will be generated in
|
||||
`$(OutputPath)`, to match our current behavior with APK files.
|
||||
|
||||
Google Play has recently added support for [doing the final,
|
||||
production signing][app_signing], but Xamarin.Android should sign App
|
||||
production signing][app_signing], but .NET for Android should sign App
|
||||
Bundles with what is configured in the existing MSBuild properties.
|
||||
|
||||
[app_signing]: https://developer.android.com/studio/publish/app-signing
|
||||
|
|
|
@ -19,13 +19,13 @@
|
|||
|
||||
# Introduction
|
||||
|
||||
At the core of `.NET Android` is its ability to interoperate with
|
||||
At the core of `.NET for Android` is its ability to interoperate with
|
||||
the Java/Kotlin APIs implemented in the Android system. To make it
|
||||
work, it is necessary to "bridge" the two separate worlds of Java VM
|
||||
(`ART` in the Android OS) and the Managed VM (`MonoVM`). Application
|
||||
developers expect to be able to call native Android APIs and receive
|
||||
calls (or react to events) from the Android side using code written in
|
||||
one of the .NET managed languages. To make it work, `.NET Android`
|
||||
one of the .NET managed languages. To make it work, `.NET for Android`
|
||||
employs a number of techniques, both at build and at run time, which
|
||||
are described in the sections below.
|
||||
|
||||
|
@ -41,7 +41,7 @@ process resources, they don't "naturally" communicate with each other.
|
|||
There is no direct way to call Java/Kotlin from .NET a'la the
|
||||
`p/invoke` mechanism which allows calling native code APIs. Nor there
|
||||
exists a way for Java/Kotlin code to invoke managed methods. To make
|
||||
it possible, `.NET Android` takes advantage of the Java's [JNI](https://docs.oracle.com/javase/8/docs/technotes/guides/jni/spec/jniTOC.html)
|
||||
it possible, `.NET for Android` takes advantage of the Java's [JNI](https://docs.oracle.com/javase/8/docs/technotes/guides/jni/spec/jniTOC.html)
|
||||
(`Java Native Interface`), a mechanism that allows native code
|
||||
(.NET managed code being "native" in this context) to register
|
||||
implementations of Java methods, written outside the Java VM and in
|
||||
|
@ -79,7 +79,7 @@ sections.
|
|||
|
||||
## Java Callable Wrappers (JCW)
|
||||
|
||||
`.NET Android` wraps the entire Android API by generating
|
||||
`.NET for Android` wraps the entire Android API by generating
|
||||
appropriate C# code which mirrors the Java/Kotlin code (classes,
|
||||
interfaces, methods, properties etc). Each generated class that
|
||||
corresponds to a Java/Kotlin type, is derived from the
|
||||
|
@ -89,7 +89,7 @@ implement or override virtual Java methods. To make registration and
|
|||
invoking of such methods possible, it is necessary to generate a Java
|
||||
class which mirrors the Managed one and provides an entry point to
|
||||
the Java <-> Managed transition. The Java classes are generated
|
||||
during application (as well as `.NET Android`) build and we call
|
||||
during application (as well as `.NET for Android`) build and we call
|
||||
them **Java Callable Wrappers** (or **JCW** for short). For instance,
|
||||
the following managed class:
|
||||
|
||||
|
@ -226,7 +226,7 @@ public class MainActivity : AppCompatActivity
|
|||
```
|
||||
|
||||
The above code is actually generated in the `Android.App.Activity`
|
||||
class while .NET Android is built, from which our example
|
||||
class while .NET for Android is built, from which our example
|
||||
`MainActivity` eventually derives.
|
||||
|
||||
What happens with the above code depends on the registration mechanism
|
||||
|
@ -234,7 +234,7 @@ and is described in the sections below.
|
|||
|
||||
## Dynamic registration
|
||||
|
||||
This registration mechanism has been used by `.NET Android` since
|
||||
This registration mechanism has been used by `.NET for Android` since
|
||||
the beginning and it will remain in use for the foreseeable future
|
||||
when the application is built in the `Debug` configuration or when
|
||||
[Marshal Methods](#marshal-methods) are turned off.
|
||||
|
@ -297,12 +297,12 @@ methods registered with JNI:
|
|||
1. `mono.android.Runtime.register` is itself a native method,
|
||||
declared in the
|
||||
[`Runtime`](../../src/java-runtime/java/mono/android/Runtime.java)
|
||||
class of .NET Android's Java runtime code, and implemented in
|
||||
the native .NET Android
|
||||
class of .NET for Android's Java runtime code, and implemented in
|
||||
the native .NET for Android
|
||||
[runtime](../../src/monodroid/jni/monodroid-glue.cc) (the
|
||||
`MonodroidRuntime::Java_mono_android_Runtime_register` method).
|
||||
Purpose of this method is to prepare a call into the
|
||||
.NET Android managed runtime code, the
|
||||
.NET for Android managed runtime code, the
|
||||
[`Android.Runtime.JNIEnv::RegisterJniNatives`](../../src/Mono.Android/Android.Runtime/JNIEnv.cs)
|
||||
method.
|
||||
2. `Android.Runtime.JNIEnv::RegisterJniNatives` is passed name of
|
||||
|
@ -532,7 +532,7 @@ JNICALL Java_helloandroid_MainActivity_n_1onCreate__Landroid_os_Bundle_2 (JNIEnv
|
|||
```
|
||||
|
||||
The `xamarin_app_init` function is output only once and is called by
|
||||
the `.NET Android` runtime twice during application startup - once
|
||||
the `.NET for Android` runtime twice during application startup - once
|
||||
to pass `get_function_pointer_fn` which does **not** use any locks (as
|
||||
we know that until a certain point during startup we are in a single
|
||||
lock, so no data access races can happen) and the other time just
|
||||
|
@ -571,7 +571,7 @@ Managed assemblies (including `Mono.Android.dll`) which contain Java
|
|||
types need to be usable in two contexts: with the "traditional"
|
||||
dynamic registration and with marshal methods. Both of these
|
||||
mechanisms, however, have different requirements. We cannot assume
|
||||
that any assembly (either from .NET Android or a third party nuget)
|
||||
that any assembly (either from .NET for Android or a third party nuget)
|
||||
will have "marshal methods friendly" code and thus we need to make
|
||||
sure that the code meets our requirements.
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ How to debug and diagnose app crashes due to invalid JNI Object References.
|
|||
|
||||
## Overview
|
||||
|
||||
Xamarin.Android apps and .NET SDK for Android apps make heavy use of the
|
||||
.NET for Android apps apps make heavy use of the
|
||||
[Java Native Interface (JNI)](https://docs.oracle.com/javase/8/docs/technotes/guides/jni/spec/jniTOC.html)
|
||||
to create Java instances, invoke methods on those Java instances, and allow Java interfaces to be implemented
|
||||
and Java methods to be overridden. When dealing with Java instances,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Profiling Startup
|
||||
|
||||
There are currently a few different ways at getting timing information
|
||||
from Xamarin.Android & Mono. This document aims to demystify the
|
||||
from .NET for Android & Mono. This document aims to demystify the
|
||||
command-line commands involved in retrieving this data from Android
|
||||
devices.
|
||||
|
||||
|
@ -68,7 +68,7 @@ After launching the app, we get additional information:
|
|||
09-04 14:44:12.561 9126 9126 I monodroid-timing: JNIEnv.RegisterJniNatives total time: 1567626252561.82 [elapsed: 2.182 ms]
|
||||
09-04 14:44:12.561 9126 9126 I monodroid-timing: Runtime.register: end time; elapsed: 0s:2::244636
|
||||
|
||||
These are timings taken at different points during Xamarin.Android
|
||||
These are timings taken at different points during .NET for Android
|
||||
startup: across native and managed code.
|
||||
|
||||
In case you have the XA build tree by hand, it is possible to process
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Tracing .NET Android Applications
|
||||
# Tracing .NET for Android Applications
|
||||
|
||||
Attaching `dotnet-trace` to a .NET Android application, allows you to
|
||||
Attaching `dotnet-trace` to a .NET for Android application, allows you to
|
||||
get profiling information in formats like `.nettrace` and
|
||||
`.speedscope`. These give you CPU sampling information about the time
|
||||
spent in each method in your application. This is quite useful for
|
||||
|
@ -161,7 +161,7 @@ Unix by uploading them to [https://speedscope.app/][speedscope].
|
|||
|
||||
[speedscope]: https://speedscope.app/
|
||||
|
||||
### Running the .NET Android Application
|
||||
### Running the .NET for Android Application
|
||||
|
||||
`$(AndroidEnableProfiler)` must be set to `true` as it includes the
|
||||
Mono diagnostic component in the application. This component is the
|
||||
|
|
|
@ -1,28 +1,28 @@
|
|||
# VSCode Support
|
||||
|
||||
Xamarin.Android itself can be developed within
|
||||
.NET for Android itself can be developed within
|
||||
[Visual Studio Code (VSCode)](https://code.visualstudio.com/).
|
||||
There is a workspace included in the repo `Xamarin.Android.code-workspace`.
|
||||
The required extensions should be installed when you open the
|
||||
workspace.
|
||||
|
||||
## Building Xamarin.Android
|
||||
## Building .NET for Android
|
||||
|
||||
Open the `Xamarin.Android.code-workspace` in VSCode. Then use the
|
||||
Build Command Pallette (Ctrl+Shift+B in Windows, Cmd+Shift+B on Mac)
|
||||
to list the available build commands.
|
||||
|
||||
Select **Build All Xamarin.Android**. You will then be presented with a
|
||||
Select **Build All .NET for Android**. You will then be presented with a
|
||||
list of options:
|
||||
|
||||
* `Prepare` - Installs the required Dependencies.
|
||||
* `PrepareExternal` - Installs the required Commercial Dependencies (Xamarin Team Members Only)
|
||||
* `Build` - Build Xamarin.Android.
|
||||
* `Build` - Build .NET for Android.
|
||||
* `Pack` - Create the NuGet Packages.
|
||||
* `Everything` - Calls Prepare, Build and Pack.
|
||||
|
||||
The normal order is `Prepare`, `Build` then `Pack`. This will result in
|
||||
a usable copy of Xamarin.Android. You can now use it to build apps
|
||||
a usable copy of .NET for Android. You can now use it to build apps
|
||||
and run the unit tests.
|
||||
|
||||
Note: `PrepareExternal` is for internal Xamarin Team members only, this sets up
|
||||
|
@ -49,7 +49,7 @@ global nuget cache, usually in `$HOME/.nuget` or `%USERPROFILE%/.nuget`.
|
|||
The setting you need to set is `nxunitExplorer.nunit`. This will need
|
||||
to be done in your **Preferences** > **Settings** in VSCode. This will save
|
||||
the setting globally so it will be available when ever you open
|
||||
Xamarin.Android.
|
||||
.NET for Android.
|
||||
|
||||
Alternatively you can add something like the following to the `Xamarin.Android.code-workspace`:
|
||||
|
||||
|
@ -87,19 +87,19 @@ tests. The upstream pull request is
|
|||
### derivitec-ltd.vscode-dotnet-adapter
|
||||
|
||||
This should work out of the box as long as you have `dotnet` installed. This is
|
||||
a dependency for Xamarin.Android so it should be installed as soon as you
|
||||
build Xamarin.Android.
|
||||
a dependency for .NET for Android so it should be installed as soon as you
|
||||
build .NET for Android.
|
||||
|
||||
### Running the Sample
|
||||
|
||||
Xamarin.Android provides a few Debug configurations in VSCode to debug the
|
||||
.NET for Android provides a few Debug configurations in VSCode to debug the
|
||||
sample applications `HelloWorld` and `VSAndroidApp`. You can select the
|
||||
`Debug Sample` Run and Debug config to run and debug the samples under
|
||||
`mono` or you can use `Debug Sample Under DotNet` to debug this under the
|
||||
.net 6 system.
|
||||
|
||||
In order to use the `Debug Sample Under DotNet` you will need to have built
|
||||
Xamarin.Android for .net 6 using the `Pack` command mentioned earlier.
|
||||
.NET for Android for .net 6 using the `Pack` command mentioned earlier.
|
||||
See the [windows documentation](../building/windows/instructions.md) or
|
||||
[\*nix documentation](../building/unix/instructions.md) for additional details
|
||||
on working with .net 6.
|
||||
|
@ -126,7 +126,7 @@ in `.vscode/tasks.json`.
|
|||
},
|
||||
```
|
||||
|
||||
you can add your own projects here and they will run with the Xamarin.Android
|
||||
you can add your own projects here and they will run with the .NET for Android
|
||||
you have built locally.
|
||||
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ the device/emulator filesystem)
|
|||
|
||||
## Rationale
|
||||
|
||||
During native startup, the Xamarin.Android runtime looks inside the
|
||||
During native startup, the .NET for Android runtime looks inside the
|
||||
application APK file for the managed assemblies (and their associated
|
||||
pdb and config files, if applicable) in order to map them (using the
|
||||
`mmap(2)` call) into memory so that they can be given to the Mono
|
||||
|
@ -36,7 +36,7 @@ the memory mapping is that, as far as Android is concerned, managed
|
|||
assembly files are just data/resources and, thus, aren't extracted to
|
||||
the filesystem. As a result, Mono wouldn't be able to find the
|
||||
assemblies by scanning the filesystem - the host application
|
||||
(Xamarin.Android) must give it a hand in finding them.
|
||||
(.NET for Android) must give it a hand in finding them.
|
||||
|
||||
Applications can contain hundreds of assemblies (for instance a Hello
|
||||
World MAUI application currently contains over 120 assemblies) and
|
||||
|
@ -58,7 +58,7 @@ architecture-specific stores. dotnet ships with a handful of
|
|||
assemblies that **are** architecture-specific - those assemblies are
|
||||
placed in an architecture specific store, one per architecture
|
||||
supported by and enabled for the application. On the execution time,
|
||||
the Xamarin.Android runtime will always map the architecture-agnostic
|
||||
the .NET for Android runtime will always map the architecture-agnostic
|
||||
store and one, and **only** one, of the architecture-specific stores.
|
||||
|
||||
Stores are placed in the same location in the APK/AAB archive where the
|
||||
|
@ -72,8 +72,8 @@ Each APK in the application (e.g. the future Feature APKs) **may**
|
|||
contain the above two assembly store files (some APKs may contain only
|
||||
resources, other may contain only native libraries etc)
|
||||
|
||||
Currently, Xamarin.Android applications will produce only one set of
|
||||
stores but when Xamarin.Android adds support for Android Features, each
|
||||
Currently, .NET for Android applications will produce only one set of
|
||||
stores but when .NET for Android adds support for Android Features, each
|
||||
feature APK will contain its own set of stores. All of the APKs will
|
||||
follow the location, format and naming conventions described above.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Xamarin.Android Directory Structure
|
||||
# .NET for Android Directory Structure
|
||||
|
||||
There are two project configurations, `Debug` and `Release`. The project
|
||||
configuration is controlled by the `$(Configuration)` MSBuild property.
|
||||
|
|
|
@ -40,7 +40,7 @@ base + feature apk size.
|
|||
Instant App developers are encouraged to put as few assets in the .apk as possible and download the
|
||||
rest when the app is first started.
|
||||
|
||||
**Impact on Xamarin.Android**: XA nearly pushes the size limit with a simple "Hello World" application
|
||||
**Impact on .NET for Android**: .NET for Android nearly pushes the size limit with a simple "Hello World" application
|
||||
where, in Release build, the Mono runtime is nearly 3MB in size - not including the BCL, SDK and
|
||||
application assemblies. While it would be possible to download the Mono runtime and the assemblies on
|
||||
the app startup (XA app include a small Java stub responsible for launching of the managed application),
|
||||
|
@ -54,9 +54,9 @@ Instant Apps are not allowed to contain and run any arbitrary native code/librar
|
|||
exists most probably for security reasons. It is also disallowed to dynamically load any code other
|
||||
than the Instant Apps runtime.
|
||||
|
||||
**Impact on Xamarin.Android**: it prevents XA applications from running since both
|
||||
the Mono and the Xamarin.Android runtimes are implemented as shared libraries (we also need, depending
|
||||
on application, the Sqlite and Boring TLS libraries). In order to support Instant Apps in Xamarin.Android,
|
||||
**Impact on .NET for Android**: it prevents .NET for Android applications from running since both
|
||||
the Mono and the .NET for Android runtimes are implemented as shared libraries (we also need, depending
|
||||
on application, the Sqlite library). In order to support Instant Apps in .NET for Android,
|
||||
its runtime as well as the Mono runtime would have to be included in the set of allowed native code
|
||||
libraries by Google/Android.
|
||||
|
||||
|
|
|
@ -88,7 +88,7 @@ any custom release notes.
|
|||
- `### Android API bindings`
|
||||
- `### Bindings projects`
|
||||
- `### Design-time build process`
|
||||
- `### Xamarin.Android SDK installation`
|
||||
- `### .NET for Android SDK installation`
|
||||
- `### IDE compatibility`
|
||||
|
||||
- Write a list item to go under the heading. Start the item with one of the
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
### manifestmerger.jar version update to 30.2.2
|
||||
|
||||
The version of the [manifest merger][0] included in Xamarin.Android
|
||||
The version of the [manifest merger][0] included in .NET for Android
|
||||
has been updated from 30.1.3 to 30.2.2
|
||||
|
||||
[0]: https://developer.android.com/studio/build/manifest-merge.html
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
### D8/R8 version update to 3.3.75
|
||||
|
||||
The version of the [D8 dexer and R8 shrinker](https://r8.googlesource.com/r8)
|
||||
included in Xamarin.Android has been updated from 3.3.28 to 3.3.75.
|
||||
included in .NET for Android has been updated from 3.3.28 to 3.3.75.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Development tips and native debugging
|
||||
|
||||
Tips and tricks while developing Xamarin.Android.
|
||||
Tips and tricks while developing .NET for Android.
|
||||
|
||||
# Run MSBuild-Based On-Device Unit Tests
|
||||
|
||||
|
@ -16,7 +16,7 @@ If you need to run only *one* `[Test]` method, you can use
|
|||
|
||||
# Update directory
|
||||
|
||||
When a Xamarin.Android app launches on an Android device, and the app was
|
||||
When a .NET for Android app launches on an Android device, and the app was
|
||||
built in the `Debug` configuration, it will create an "update" directory
|
||||
during process startup, printing the created directory to `adb logcat`:
|
||||
|
||||
|
@ -85,10 +85,10 @@ that, run the `xa-lldb` script as described in README.md.
|
|||
|
||||
First, you'll need to get a version of `libmonosgen-2.0.so` that includes debug
|
||||
symbols. You can either use a custom local build or download the debug version
|
||||
of `libmonosgen-2.0.so` for a published Xamarin.Android version:
|
||||
of `libmonosgen-2.0.so` for a published .NET for Android version:
|
||||
|
||||
1. Go to <https://github.com/xamarin/xamarin-android/tags> and click on the
|
||||
Xamarin.Android version you are debugging.
|
||||
.NET for Android version you are debugging.
|
||||
|
||||
2. Find the **OSS core** section at the bottom of the release information and
|
||||
click the link to the open-source build.
|
||||
|
@ -136,7 +136,7 @@ versions of `libmonosgen-2.0.so`.
|
|||
3. Rename the file to `libmonosgen-2.0.so`.
|
||||
|
||||
![libmonosgen-2.0.so added to the lib/arm64-v8a directory of the
|
||||
Xamarin.Android app project in the Visual Studio Solution
|
||||
.NET for Android app project in the Visual Studio Solution
|
||||
Explorer](../images/lib-arm64-v8a-libmonosgen.png)
|
||||
|
||||
4. Set the **Build Action** of the file to **AndroidNativeLibrary**.
|
||||
|
@ -210,7 +210,7 @@ the symbols by hand might be useful in some cases.
|
|||
|
||||
# Attaching GDB using Visual Studio on Windows
|
||||
|
||||
Visual Studio can attach GDB to Xamarin.Android for native debugging. The
|
||||
Visual Studio can attach GDB to .NET for Android for native debugging. The
|
||||
integration includes the usual features like the graphical thread and call stack
|
||||
windows and the ability to set breakpoints using the source code editor.
|
||||
|
||||
|
@ -267,7 +267,7 @@ are more familiar with LLDB than GDB or if you already have Android Studio
|
|||
installed and don't currently have the Android NDK installed.
|
||||
|
||||
1. Install [Android Studio][android-studio]. If you already have an Android
|
||||
SDK installation for Xamarin.Android, you can click **Cancel** on the **Android
|
||||
SDK installation for .NET for Android, you can click **Cancel** on the **Android
|
||||
Studio Setup Wizard** when you launch Android Studio.
|
||||
|
||||
2. Open the signed debuggable APK for the application in Android Studio via
|
||||
|
@ -284,7 +284,7 @@ installed and don't currently have the Android NDK installed.
|
|||
![New SDK in the Android Studio Project Structure Modules Dependencies
|
||||
window](../images/android-studio-modules-dependencies.png)
|
||||
|
||||
Select the Android SDK folder you're using with Xamarin.Android, and then
|
||||
Select the Android SDK folder you're using with .NET for Android, and then
|
||||
under **Build target**, pick the appropriate Android API to match the APK.
|
||||
|
||||
![Create New Android SDK window in Android
|
||||
|
|
|
@ -47,7 +47,7 @@ Within [`.external`](../../.external) indicate the mono branch and commit. For
|
|||
|
||||
### Ensure it *builds*
|
||||
|
||||
`make all` only builds a subset of the full Xamarin.Android SDK: support
|
||||
`make all` only builds a subset of the full .NET for Android SDK: support
|
||||
for only select ABIs (host OS, x86, armeabi-v7a), only one `Mono.Android.dll`
|
||||
version, and *no* builds for Windows support.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Localization
|
||||
|
||||
All new Xamarin.Android MSBuild error or warning messages should be localizable,
|
||||
All new .NET for Android MSBuild error or warning messages should be localizable,
|
||||
so when adding a new message, follow these steps:
|
||||
|
||||
1. Add the new message to
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->
|
||||
**Table of Contents**
|
||||
|
||||
- [Custom Android system properties used by Xamarin.Android](#custom-android-system-properties-used-by-xamarinandroid)
|
||||
- [Custom Android system properties used by .NET for Android](#custom-android-system-properties-used-by-xamarinandroid)
|
||||
- [Introduction](#introduction)
|
||||
- [Known properties](#known-properties)
|
||||
- [debug.mono.connect](#debugmonoconnect)
|
||||
|
@ -19,11 +19,11 @@
|
|||
- [debug.mono.wref](#debugmonowref)
|
||||
|
||||
<!-- markdown-toc end -->
|
||||
# Custom Android system properties used by Xamarin.Android
|
||||
# Custom Android system properties used by .NET for Android
|
||||
|
||||
## Introduction
|
||||
|
||||
Xamarin.Android uses a number of custom Android system properties to
|
||||
.NET for Android uses a number of custom Android system properties to
|
||||
communicate settings to application at the run time. Each property
|
||||
value can be no longer than 91 characters (as per Android OS limits)
|
||||
and can be set from the command line using the following syntax:
|
||||
|
@ -60,7 +60,7 @@ value doesn't matter, only its presence is checked.
|
|||
### debug.mono.env
|
||||
|
||||
Specifies a list of environment properties to set. Property is only
|
||||
used in Debug builds of Xamarin.Android applications. Its value
|
||||
used in Debug builds of .NET for Android applications. Its value
|
||||
is a list of `NAME=VALUE` pairs separated with the pipe character
|
||||
(`|`), without any whitespace surrounding each of the pipe separators.
|
||||
|
||||
|
@ -72,11 +72,11 @@ arguments to pass to the Mono runtime initialization function.
|
|||
### debug.mono.gc
|
||||
|
||||
Enable GC logging if set to any non-empty value. Property is only
|
||||
used in Debug builds of Xamarin.Android applications.
|
||||
used in Debug builds of .NET for Android applications.
|
||||
|
||||
### debug.mono.gdb
|
||||
|
||||
Set additional parameters when starting a Xamarin.Android application
|
||||
Set additional parameters when starting a .NET for Android application
|
||||
under GDB. Each argument follows the `NAME:VALUE` format. Supported
|
||||
arguments:
|
||||
|
||||
|
@ -88,7 +88,7 @@ arguments:
|
|||
|
||||
### debug.mono.log
|
||||
|
||||
Configure the Xamarin.Android runtime categories. By default only the
|
||||
Configure the .NET for Android runtime categories. By default only the
|
||||
`default` category is enabled, which logs a handful of messages during
|
||||
application startup and operation. This property enables all the
|
||||
messages logged below the `info` level for any of the categories.
|
||||
|
@ -277,7 +277,7 @@ adb logcat -d > logcat.txt
|
|||
```
|
||||
|
||||
Technically, the broadcast can be sent to all applications running on
|
||||
the device, but in event there are more Xamarin.Android applications
|
||||
the device, but in event there are more .NET for Android applications
|
||||
which happen to have timing enabled, the output could be confusing so
|
||||
it's better to send the broadcast to a specific application/package
|
||||
only.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Unit Tests
|
||||
|
||||
Unit test infrastructure for .NET Android.
|
||||
Unit test infrastructure for .NET for Android.
|
||||
|
||||
# Tools
|
||||
|
||||
|
@ -76,7 +76,7 @@ If no Android device is attached, then the emulator will be created.
|
|||
The `ADB_TARGET` environment variable can be used to explicitly specify which
|
||||
Android device should be used when running Device Integration Tests.
|
||||
|
||||
NOTE: Not all tests work under .NET Android yet. So we need to filter
|
||||
NOTE: Not all tests work under .NET for Android yet. So we need to filter
|
||||
them on the `DotNetIgnore` category.
|
||||
|
||||
To run a specific test you can use the `Name=Value` argument for `--filter`,
|
||||
|
@ -119,7 +119,7 @@ If no Android device is attached, then the emulator will be created.
|
|||
The `ADB_TARGET` environment variable can be used to explicitly specify which
|
||||
Android device should be used when running Device Integration Tests.
|
||||
|
||||
NOTE: Not all tests work under .NET Android yet. So we need to filter
|
||||
NOTE: Not all tests work under .NET for Android yet. So we need to filter
|
||||
them on the `DotNetIgnore` category.
|
||||
|
||||
To run a specific test you can use the `Name=Value` argument for the `--filter`,
|
||||
|
@ -260,7 +260,7 @@ task and return a `bool`.
|
|||
Assert.IsTrue (task.Execute (), "Task should succeed.");
|
||||
```
|
||||
|
||||
NOTE: It is common practice in .NET Android to provide a text description on
|
||||
NOTE: It is common practice in .NET for Android to provide a text description on
|
||||
an `Assert` call. This makes it easier to track down where a particular test
|
||||
is failing.
|
||||
|
||||
|
|
|
@ -306,7 +306,7 @@ the bump.
|
|||
`Fixes: ` is used to indicate that a bug located at a specific URL is fixed by
|
||||
the commit. *Full* URLs are to be used, *not* GitHub abbreviations, as just
|
||||
because GitHub is used this week doesn't mean it will continue to use GitHub
|
||||
for the infinite future. (GitHub is already Xamarin.Android's *third* bug
|
||||
for the infinite future. (GitHub is already .NET for Android's *third* bug
|
||||
repo, after `bugzilla.novell.com` and `bugzilla.xamarin.com`...)
|
||||
|
||||
Links to private bugs may be used.
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android class library that binds to a native Java library]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android class library that binds to a native Java library]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Projekt pro vytvoření knihovny tříd androidu .NET, která se váže na nativní knihovnu Java]]></Val>
|
||||
</Tgt>
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android Wear application]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android Wear application]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Projekt pro vytvoření aplikace .NET Android Wear]]></Val>
|
||||
<Val><![CDATA[Projekt pro vytvoření aplikace .NET for Android Wear]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android application]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android application]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Projekt pro vytvoření aplikace .NET pro Android]]></Val>
|
||||
</Tgt>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android class library]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android class library]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Projekt pro vytvoření knihovny tříd .NET pro Android]]></Val>
|
||||
</Tgt>
|
||||
|
|
|
@ -647,7 +647,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA1024" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in .NET Android projects that target .NET 6 or higher.]]></Val>
|
||||
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in .NET for Android projects that target .NET 6 or higher.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Ignoruje se konfigurační soubor {0}. Konfigurační soubory .NET se v projektech .NET pro Android, které cílí na .NET 6 nebo vyšší, nepodporují.]]></Val>
|
||||
</Tgt>
|
||||
|
@ -677,7 +677,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA1026_dotnet" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Using AAPT is not supported in .NET Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
|
||||
<Val><![CDATA[Using AAPT is not supported in .NET for Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Používání AAPT se v projektech .NET pro Android, které cílí na .NET 6 nebo vyšší, nepodporuje. Povolte prosím možnost Použít systém přírůstkového balení pro Android (aapt2) na stránce vlastností projektu sady Visual Studio, nebo upravte soubor projektu v textovém editoru a nastavte vlastnost MSBuildu AndroidUseAapt2 na true.]]></Val>
|
||||
</Tgt>
|
||||
|
@ -809,7 +809,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA2000" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in .NET Android once .NET 6 is released.]]></Val>
|
||||
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in .NET for Android once .NET 6 is released.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Použití funkce AppDomain.CreateDomain() zjištěné v sestavení: {0}. .NET 6 a vyšší bude podporovat jenom jednu doménu AppDomain, takže toto rozhraní API po vydání .NET 6 už v .NET pro Android nebude dostupné.]]></Val>
|
||||
</Tgt>
|
||||
|
@ -1163,7 +1163,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4231" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of .NET Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of .NET for Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Hodnota analyzátoru tříd Androidu {0} je zastaralá a v budoucí verzi .NET pro Android se odebere. Aktualizujte vlastnosti projektu tak, aby používaly class-parse.]]></Val>
|
||||
</Tgt>
|
||||
|
@ -1175,7 +1175,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4232" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of .NET Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of .NET for Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Cíl generování kódu pro Androidu {0} je zastaralý a v budoucí verzi .NET pro Android se odebere. Aktualizujte vlastnosti projektu tak, aby používaly XAJavaInterop1.]]></Val>
|
||||
</Tgt>
|
||||
|
@ -1463,7 +1463,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4312" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of .NET Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of .NET for Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Odkazování na projekt aplikace pro Android Wear {0} z projektu aplikace pro Android je zastaralé a v budoucí verzi .NET pro Android se už nebude podporovat. Odeberte odkaz na projekt aplikace pro Android Wear z projektu aplikace pro Android a distribuujte aplikaci pro Wear jako samostatnou aplikaci.]]></Val>
|
||||
</Tgt>
|
||||
|
@ -1604,7 +1604,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA5207_SDK_Manager_Windows" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Either install it in the Android SDK Manager (Tools > Android > Android SDK Manager...), or change the .NET Android project to target an API version that is installed.]]></Val>
|
||||
<Val><![CDATA[Either install it in the Android SDK Manager (Tools > Android > Android SDK Manager...), or change the .NET for Android project to target an API version that is installed.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Buď tuto komponentu nainstalujte ve Správci sady Android SDK (Nástroje > Android > Správce sady Android SDK…), nebo změňte projekt .NET pro Android tak, aby cílil na nainstalovanou verzi rozhraní API.]]></Val>
|
||||
</Tgt>
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android class library that binds to a native Java library]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android class library that binds to a native Java library]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Ein Projekt zum Erstellen einer .NET Android-Klassenbibliothek, die an eine native Java-Bibliothek gebunden wird]]></Val>
|
||||
<Val><![CDATA[Ein Projekt zum Erstellen einer .NET for Android-Klassenbibliothek, die an eine native Java-Bibliothek gebunden wird]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android Wear application]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android Wear application]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Ein Projekt zum Erstellen einer .NET Android Wear-Anwendung]]></Val>
|
||||
<Val><![CDATA[Ein Projekt zum Erstellen einer .NET for Android Wear-Anwendung]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android application]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android application]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Ein Projekt zum Erstellen einer .NET Android-Anwendung]]></Val>
|
||||
<Val><![CDATA[Ein Projekt zum Erstellen einer .NET for Android-Anwendung]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android class library]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android class library]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Ein Projekt zum Erstellen einer .NET Android-Klassenbibliothek]]></Val>
|
||||
<Val><![CDATA[Ein Projekt zum Erstellen einer .NET for Android-Klassenbibliothek]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -647,9 +647,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA1024" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in .NET Android projects that target .NET 6 or higher.]]></Val>
|
||||
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in .NET for Android projects that target .NET 6 or higher.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Die Konfigurationsdatei "{0}" wird ignoriert. .NET-Konfigurationsdateien werden in .NET Android-Projekten, die auf .NET 6 oder höher ausgerichtet sind, nicht unterstützt.]]></Val>
|
||||
<Val><![CDATA[Die Konfigurationsdatei "{0}" wird ignoriert. .NET-Konfigurationsdateien werden in .NET for Android-Projekten, die auf .NET 6 oder höher ausgerichtet sind, nicht unterstützt.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in Xamarin.Android projects that target .NET 6 or higher.]]></Val>
|
||||
|
@ -677,9 +677,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA1026_dotnet" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Using AAPT is not supported in .NET Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
|
||||
<Val><![CDATA[Using AAPT is not supported in .NET for Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Die Verwendung von AAPT wird in .NET Android-Projekten, die auf .NET 6 oder höher ausgerichtet sind, nicht unterstützt. Aktivieren Sie "Inkrementelles Android-Paketierungssystem (aapt2) verwenden" in den Visual Studio-Projekteigenschaftsseiten, oder bearbeiten Sie die Projektdatei in einem Text-Editor, und legen Sie die MSBuild-Eigenschaft "AndroidUseAapt2" auf WAHR fest.]]></Val>
|
||||
<Val><![CDATA[Die Verwendung von AAPT wird in .NET for Android-Projekten, die auf .NET 6 oder höher ausgerichtet sind, nicht unterstützt. Aktivieren Sie "Inkrementelles Android-Paketierungssystem (aapt2) verwenden" in den Visual Studio-Projekteigenschaftsseiten, oder bearbeiten Sie die Projektdatei in einem Text-Editor, und legen Sie die MSBuild-Eigenschaft "AndroidUseAapt2" auf WAHR fest.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
|
||||
|
@ -809,9 +809,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA2000" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in .NET Android once .NET 6 is released.]]></Val>
|
||||
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in .NET for Android once .NET 6 is released.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Die Verwendung von AppDomain.CreateDomain() wurde in der Assembly {0} erkannt. .NET 6 und höher unterstützt nur eine einzelne AppDomain, sodass diese API nach der Veröffentlichung von .NET 6 nicht mehr in .NET Android verfügbar ist.]]></Val>
|
||||
<Val><![CDATA[Die Verwendung von AppDomain.CreateDomain() wurde in der Assembly {0} erkannt. .NET 6 und höher unterstützt nur eine einzelne AppDomain, sodass diese API nach der Veröffentlichung von .NET 6 nicht mehr in .NET for Android verfügbar ist.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released.]]></Val>
|
||||
|
@ -1163,9 +1163,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4231" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of .NET Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of .NET for Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Der Android-Klassenparserwert "{0}" ist veraltet und wird in einer zukünftigen Version von .NET Android entfernt. Aktualisieren Sie die Projekteigenschaften, um "class-parse" zu verwenden.]]></Val>
|
||||
<Val><![CDATA[Der Android-Klassenparserwert "{0}" ist veraltet und wird in einer zukünftigen Version von .NET for Android entfernt. Aktualisieren Sie die Projekteigenschaften, um "class-parse" zu verwenden.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
|
@ -1175,9 +1175,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4232" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of .NET Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of .NET for Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Das Android-Codegenerierungsziel "{0}" ist veraltet und wird in einer zukünftigen Version von .NET Android entfernt. Aktualisieren Sie die Projekteigenschaften, um "XAJavaInterop1" zu verwenden.]]></Val>
|
||||
<Val><![CDATA[Das Android-Codegenerierungsziel "{0}" ist veraltet und wird in einer zukünftigen Version von .NET for Android entfernt. Aktualisieren Sie die Projekteigenschaften, um "XAJavaInterop1" zu verwenden.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
|
@ -1463,9 +1463,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4312" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of .NET Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of .NET for Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Das Verweisen auf das Android Wear-Anwendungsprojekt "{0}" aus einem Android-Anwendungsprojekt ist veraltet und wird in einer zukünftigen Version von .NET Android nicht mehr unterstützt. Entfernen Sie den Verweis auf das Android Wear-Anwendungsprojekt aus dem Android-Anwendungsprojekt, und verteilen Sie die Wear-Anwendung stattdessen als eigenständige Anwendung.]]></Val>
|
||||
<Val><![CDATA[Das Verweisen auf das Android Wear-Anwendungsprojekt "{0}" aus einem Android-Anwendungsprojekt ist veraltet und wird in einer zukünftigen Version von .NET for Android nicht mehr unterstützt. Entfernen Sie den Verweis auf das Android Wear-Anwendungsprojekt aus dem Android-Anwendungsprojekt, und verteilen Sie die Wear-Anwendung stattdessen als eigenständige Anwendung.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of Xamarin.Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
|
@ -1604,9 +1604,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA5207_SDK_Manager_Windows" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Either install it in the Android SDK Manager (Tools > Android > Android SDK Manager...), or change the .NET Android project to target an API version that is installed.]]></Val>
|
||||
<Val><![CDATA[Either install it in the Android SDK Manager (Tools > Android > Android SDK Manager...), or change the .NET for Android project to target an API version that is installed.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Installieren Sie es entweder im Android SDK-Manager (Tools > Android > Android SDK-Manager...), oder ändern Sie das .NET Android-Projekt so, dass es auf eine installierte API-Version abzielt.]]></Val>
|
||||
<Val><![CDATA[Installieren Sie es entweder im Android SDK-Manager (Tools > Android > Android SDK-Manager...), oder ändern Sie das .NET for Android-Projekt so, dass es auf eine installierte API-Version abzielt.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Tools > Android > Android SDK Manager...]]></Val>
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android class library that binds to a native Java library]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android class library that binds to a native Java library]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Proyecto para crear una biblioteca de clases de .NET Android que enlaza a una biblioteca de Java nativa]]></Val>
|
||||
<Val><![CDATA[Proyecto para crear una biblioteca de clases de .NET for Android que enlaza a una biblioteca de Java nativa]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android Wear application]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android Wear application]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Proyecto para crear una aplicación .NET Android Wear]]></Val>
|
||||
<Val><![CDATA[Proyecto para crear una aplicación .NET for Android Wear]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android application]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android application]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Proyecto para crear una aplicación .NET Android]]></Val>
|
||||
<Val><![CDATA[Proyecto para crear una aplicación .NET for Android]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android class library]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android class library]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Proyecto para crear una biblioteca de clases .NET Android]]></Val>
|
||||
<Val><![CDATA[Proyecto para crear una biblioteca de clases .NET for Android]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -647,9 +647,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA1024" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in .NET Android projects that target .NET 6 or higher.]]></Val>
|
||||
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in .NET for Android projects that target .NET 6 or higher.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Ignorando el archivo de configuración "{0}". Los archivos de configuración .NET no son compatibles con proyectos .NET Android que tengan como objetivo .NET 6 o superior.]]></Val>
|
||||
<Val><![CDATA[Ignorando el archivo de configuración "{0}". Los archivos de configuración .NET no son compatibles con proyectos .NET for Android que tengan como objetivo .NET 6 o superior.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in Xamarin.Android projects that target .NET 6 or higher.]]></Val>
|
||||
|
@ -677,9 +677,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA1026_dotnet" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Using AAPT is not supported in .NET Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
|
||||
<Val><![CDATA[Using AAPT is not supported in .NET for Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[El uso de AAPT no es compatible con proyectos .NET Android que tengan como objetivo .NET 6 o superior. Habilite "Use el sistema de empaquetado de Android incremental (aapt2)" en las páginas de propiedades del proyecto de Visual Studio o edite el archivo del proyecto en un editor de texto y establezca la propiedad "AndroidUseAapt2" de MSBuild en "true".]]></Val>
|
||||
<Val><![CDATA[El uso de AAPT no es compatible con proyectos .NET for Android que tengan como objetivo .NET 6 o superior. Habilite "Use el sistema de empaquetado de Android incremental (aapt2)" en las páginas de propiedades del proyecto de Visual Studio o edite el archivo del proyecto en un editor de texto y establezca la propiedad "AndroidUseAapt2" de MSBuild en "true".]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
|
||||
|
@ -809,9 +809,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA2000" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in .NET Android once .NET 6 is released.]]></Val>
|
||||
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in .NET for Android once .NET 6 is released.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Uso de AppDomain.CreateDomain() detectado en el ensamblado: {0}.NET 6 y superiores solo admitirán un único AppDomain, por lo que esta API dejará de estar disponible en .NET Android una vez que se publique .NET 6.]]></Val>
|
||||
<Val><![CDATA[Uso de AppDomain.CreateDomain() detectado en el ensamblado: {0}.NET 6 y superiores solo admitirán un único AppDomain, por lo que esta API dejará de estar disponible en .NET for Android una vez que se publique .NET 6.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released.]]></Val>
|
||||
|
@ -1163,9 +1163,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4231" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of .NET Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of .NET for Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[El valor "{0}" del analizador de clases de Android está obsoleto y se eliminará en una futura versión de .NET Android. Actualice las propiedades del proyecto para usar "class-parse".]]></Val>
|
||||
<Val><![CDATA[El valor "{0}" del analizador de clases de Android está obsoleto y se eliminará en una futura versión de .NET for Android. Actualice las propiedades del proyecto para usar "class-parse".]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
|
@ -1175,9 +1175,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4232" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of .NET Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of .NET for Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[El objetivo de generación de código Android "{0}" está obsoleto y se eliminará en una futura versión de .NET Android. Actualice las propiedades del proyecto para usar "XAJavaInterop1".]]></Val>
|
||||
<Val><![CDATA[El objetivo de generación de código Android "{0}" está obsoleto y se eliminará en una futura versión de .NET for Android. Actualice las propiedades del proyecto para usar "XAJavaInterop1".]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
|
@ -1463,9 +1463,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4312" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of .NET Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of .NET for Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Hacer referencia al proyecto de aplicación Android Wear "{0}" desde un proyecto de aplicación Android está obsoleto y ya no se admitirá en una versión futura de .NET Android. Elimine la referencia al proyecto de la aplicación Android Wear del proyecto de la aplicación Android y distribuya en su lugar la aplicación Wear como una aplicación independiente.]]></Val>
|
||||
<Val><![CDATA[Hacer referencia al proyecto de aplicación Android Wear "{0}" desde un proyecto de aplicación Android está obsoleto y ya no se admitirá en una versión futura de .NET for Android. Elimine la referencia al proyecto de la aplicación Android Wear del proyecto de la aplicación Android y distribuya en su lugar la aplicación Wear como una aplicación independiente.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of Xamarin.Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
|
@ -1604,9 +1604,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA5207_SDK_Manager_Windows" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Either install it in the Android SDK Manager (Tools > Android > Android SDK Manager...), or change the .NET Android project to target an API version that is installed.]]></Val>
|
||||
<Val><![CDATA[Either install it in the Android SDK Manager (Tools > Android > Android SDK Manager...), or change the .NET for Android project to target an API version that is installed.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Instálelo en el Android SDK Manager (herramientas > Android > Android SDK Manager...) o cambie el proyecto .NET Android para que se dirija a una versión de la API que esté instalada.]]></Val>
|
||||
<Val><![CDATA[Instálelo en el Android SDK Manager (herramientas > Android > Android SDK Manager...) o cambie el proyecto .NET for Android para que se dirija a una versión de la API que esté instalada.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Tools > Android > Android SDK Manager...]]></Val>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android class library that binds to a native Java library]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android class library that binds to a native Java library]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Projet de création d’une bibliothèque de classes Android .NET liée à une bibliothèque Java native]]></Val>
|
||||
</Tgt>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android Wear application]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android Wear application]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Projet de création d’une application Android Wear .NET]]></Val>
|
||||
</Tgt>
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android application]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android application]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Projet pour la création d’une application .NET Android]]></Val>
|
||||
<Val><![CDATA[Projet pour la création d’une application .NET for Android]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android class library]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android class library]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Projet de création d’une bibliothèque de classes Android .NET]]></Val>
|
||||
</Tgt>
|
||||
|
|
|
@ -647,7 +647,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA1024" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in .NET Android projects that target .NET 6 or higher.]]></Val>
|
||||
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in .NET for Android projects that target .NET 6 or higher.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Fichier de configuration «{0}» ignoré. Les fichiers de configuration .NET ne sont pas pris en charge dans les projets Android .NET qui ciblent .NET 6 ou une version ultérieure.]]></Val>
|
||||
</Tgt>
|
||||
|
@ -677,7 +677,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA1026_dotnet" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Using AAPT is not supported in .NET Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
|
||||
<Val><![CDATA[Using AAPT is not supported in .NET for Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[L’utilisation d’AAPT n’est pas prise en charge dans les projets Android .NET qui ciblent .NET 6 ou une version ultérieure. Activez 'Utiliser le système d'empaquetage Android incrémentiel (aapt2)' dans les pages de propriétés de projet Visual Studio, ou modifiez le fichier projet dans un éditeur de texte, puis affectez la valeur 'true' à la propriété MSBuild 'AndroidUseAapt2'.]]></Val>
|
||||
</Tgt>
|
||||
|
@ -809,9 +809,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA2000" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in .NET Android once .NET 6 is released.]]></Val>
|
||||
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in .NET for Android once .NET 6 is released.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Utilisation d’AppDomain.CreateDomain() détectée dans l’assembly : {0}. .NET 6 et versions ultérieures ne prennent en charge qu’un seul AppDomain. Cette API ne sera donc plus disponible dans .NET Android une fois .NET 6 publié.]]></Val>
|
||||
<Val><![CDATA[Utilisation d’AppDomain.CreateDomain() détectée dans l’assembly : {0}. .NET 6 et versions ultérieures ne prennent en charge qu’un seul AppDomain. Cette API ne sera donc plus disponible dans .NET for Android une fois .NET 6 publié.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released.]]></Val>
|
||||
|
@ -1163,9 +1163,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4231" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of .NET Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of .NET for Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[La valeur de l’analyseur de classe Android «{0}» est déconseillée et sera supprimée dans une future version de .NET Android. Mettez à jour les propriétés du projet pour utiliser 'class-parse'.]]></Val>
|
||||
<Val><![CDATA[La valeur de l’analyseur de classe Android «{0}» est déconseillée et sera supprimée dans une future version de .NET for Android. Mettez à jour les propriétés du projet pour utiliser 'class-parse'.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
|
@ -1175,9 +1175,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4232" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of .NET Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of .NET for Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[La cible de génération de code Android «{0}» est déconseillée et sera supprimée dans une future version de .NET Android. Mettez à jour les propriétés du projet pour utiliser 'XAJavaInterop1'.]]></Val>
|
||||
<Val><![CDATA[La cible de génération de code Android «{0}» est déconseillée et sera supprimée dans une future version de .NET for Android. Mettez à jour les propriétés du projet pour utiliser 'XAJavaInterop1'.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
|
@ -1463,9 +1463,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4312" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of .NET Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of .NET for Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Le référencement du projet d’application Android Wear «{0}» à partir d’un projet d’application Android est déconseillé et ne sera plus pris en charge dans une future version de .NET Android. Supprimez la référence du projet d’application Android Wear du projet d’application Android et distribuez l’application Wear en tant qu’application autonome à la place.]]></Val>
|
||||
<Val><![CDATA[Le référencement du projet d’application Android Wear «{0}» à partir d’un projet d’application Android est déconseillé et ne sera plus pris en charge dans une future version de .NET for Android. Supprimez la référence du projet d’application Android Wear du projet d’application Android et distribuez l’application Wear en tant qu’application autonome à la place.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of Xamarin.Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
|
@ -1604,7 +1604,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA5207_SDK_Manager_Windows" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Either install it in the Android SDK Manager (Tools > Android > Android SDK Manager...), or change the .NET Android project to target an API version that is installed.]]></Val>
|
||||
<Val><![CDATA[Either install it in the Android SDK Manager (Tools > Android > Android SDK Manager...), or change the .NET for Android project to target an API version that is installed.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Installez-le dans le Gestionnaire SDK Android (Outils > Android > Gestionnaire SDK Android...), ou modifiez le projet Android .NET pour cibler une version d’API installée.]]></Val>
|
||||
</Tgt>
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android class library that binds to a native Java library]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android class library that binds to a native Java library]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Progetto per la creazione di una libreria di classi .NET Android che esegue il binding a una libreria Java nativa.]]></Val>
|
||||
<Val><![CDATA[Progetto per la creazione di una libreria di classi .NET for Android che esegue il binding a una libreria Java nativa.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android Wear application]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android Wear application]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Progetto per la creazione di un'applicazione Android Wear .NET]]></Val>
|
||||
</Tgt>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android application]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android application]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Progetto per la creazione di un'applicazione Android .NET]]></Val>
|
||||
</Tgt>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android class library]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android class library]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Progetto per la creazione di una libreria di classi Android .NET]]></Val>
|
||||
</Tgt>
|
||||
|
|
|
@ -647,9 +647,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA1024" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in .NET Android projects that target .NET 6 or higher.]]></Val>
|
||||
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in .NET for Android projects that target .NET 6 or higher.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Il file di configurazione '{0}' verrà ignorato. I file di configurazione .NET non sono supportati in progetti .NET Android destinati a .NET 6 o versione successiva.]]></Val>
|
||||
<Val><![CDATA[Il file di configurazione '{0}' verrà ignorato. I file di configurazione .NET non sono supportati in progetti .NET for Android destinati a .NET 6 o versione successiva.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in Xamarin.Android projects that target .NET 6 or higher.]]></Val>
|
||||
|
@ -677,9 +677,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA1026_dotnet" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Using AAPT is not supported in .NET Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
|
||||
<Val><![CDATA[Using AAPT is not supported in .NET for Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[L'uso di AAPT non è supportato in progetti .NET Android destinati a .NET 6 o versione successiva. Abilitare 'Usa sistema di creazione pacchetti Android incrementale (AAPT2)' nelle pagine delle proprietà del progetto di Visual Studio o modificare il file di progetto in un editor di testo e impostare la proprietà 'AndroidUseAapt2' di MSBuild su 'true'.]]></Val>
|
||||
<Val><![CDATA[L'uso di AAPT non è supportato in progetti .NET for Android destinati a .NET 6 o versione successiva. Abilitare 'Usa sistema di creazione pacchetti Android incrementale (AAPT2)' nelle pagine delle proprietà del progetto di Visual Studio o modificare il file di progetto in un editor di testo e impostare la proprietà 'AndroidUseAapt2' di MSBuild su 'true'.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
|
||||
|
@ -809,9 +809,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA2000" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in .NET Android once .NET 6 is released.]]></Val>
|
||||
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in .NET for Android once .NET 6 is released.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[È stato rilevato l'uso di AppDomain.CreateDomain() nell'assembly: {0}. .NET 6 e versioni successive supporteranno solo un singolo AppDomain, quindi questa API non sarà più disponibile in .NET Android dopo il rilascio di .NET 6.]]></Val>
|
||||
<Val><![CDATA[È stato rilevato l'uso di AppDomain.CreateDomain() nell'assembly: {0}. .NET 6 e versioni successive supporteranno solo un singolo AppDomain, quindi questa API non sarà più disponibile in .NET for Android dopo il rilascio di .NET 6.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released.]]></Val>
|
||||
|
@ -1163,9 +1163,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4231" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of .NET Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of .NET for Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Il valore '{0}' del parser di classi Android è deprecato e verrà rimosso in una versione futura di .NET Android. Aggiornare le proprietà del progetto in modo da usare 'class-parse'.]]></Val>
|
||||
<Val><![CDATA[Il valore '{0}' del parser di classi Android è deprecato e verrà rimosso in una versione futura di .NET for Android. Aggiornare le proprietà del progetto in modo da usare 'class-parse'.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
|
@ -1175,9 +1175,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4232" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of .NET Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of .NET for Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[La destinazione '{0}' per la generazione del codice Android è deprecato e verrà rimosso in una versione futura di .NET Android. Aggiornare le proprietà del progetto in modo da usare 'XAJavaInterop1'.]]></Val>
|
||||
<Val><![CDATA[La destinazione '{0}' per la generazione del codice Android è deprecato e verrà rimosso in una versione futura di .NET for Android. Aggiornare le proprietà del progetto in modo da usare 'XAJavaInterop1'.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
|
@ -1463,9 +1463,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4312" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of .NET Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of .NET for Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Il riferimento a un progetto applicazione Android Wear '{0}' da un progetto Applicazione Android è deprecato e non sarà più supportato in una versione futura di .NET Android. Rimuovere il riferimento al progetto Applicazione Android Wear dal progetto Applicazione Android e distribuire l'applicazione Wear come applicazione autonoma.]]></Val>
|
||||
<Val><![CDATA[Il riferimento a un progetto applicazione Android Wear '{0}' da un progetto Applicazione Android è deprecato e non sarà più supportato in una versione futura di .NET for Android. Rimuovere il riferimento al progetto Applicazione Android Wear dal progetto Applicazione Android e distribuire l'applicazione Wear come applicazione autonoma.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of Xamarin.Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
|
@ -1604,7 +1604,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA5207_SDK_Manager_Windows" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Either install it in the Android SDK Manager (Tools > Android > Android SDK Manager...), or change the .NET Android project to target an API version that is installed.]]></Val>
|
||||
<Val><![CDATA[Either install it in the Android SDK Manager (Tools > Android > Android SDK Manager...), or change the .NET for Android project to target an API version that is installed.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Installalo in Gestione Android SDK (Strumenti > Android > Gestione Android SDK...) oppure modifica il progetto Android .NET in modo che sia destinato a una versione API installata.]]></Val>
|
||||
</Tgt>
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android class library that binds to a native Java library]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android class library that binds to a native Java library]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[ネイティブ Java ライブラリにバインドする .NET Android クラス ライブラリを作成するためのプロジェクト]]></Val>
|
||||
<Val><![CDATA[ネイティブ Java ライブラリにバインドする .NET for Android クラス ライブラリを作成するためのプロジェクト]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android Wear application]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android Wear application]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[.NET Android Wear アプリケーションを作成するためのプロジェクト]]></Val>
|
||||
<Val><![CDATA[.NET for Android Wear アプリケーションを作成するためのプロジェクト]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android application]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android application]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[.NET Android アプリケーションを作成するためのプロジェクト]]></Val>
|
||||
<Val><![CDATA[.NET for Android アプリケーションを作成するためのプロジェクト]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android class library]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android class library]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[.NET Android クラス ライブラリを作成するためのプロジェクト]]></Val>
|
||||
<Val><![CDATA[.NET for Android クラス ライブラリを作成するためのプロジェクト]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -647,9 +647,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA1024" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in .NET Android projects that target .NET 6 or higher.]]></Val>
|
||||
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in .NET for Android projects that target .NET 6 or higher.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[構成ファイル '{0}' を無視しています。.NET 構成ファイルは、.NET 6 以降を対象とする .NET Android プロジェクトではサポートされていません。]]></Val>
|
||||
<Val><![CDATA[構成ファイル '{0}' を無視しています。.NET 構成ファイルは、.NET 6 以降を対象とする .NET for Android プロジェクトではサポートされていません。]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in Xamarin.Android projects that target .NET 6 or higher.]]></Val>
|
||||
|
@ -677,9 +677,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA1026_dotnet" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Using AAPT is not supported in .NET Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
|
||||
<Val><![CDATA[Using AAPT is not supported in .NET for Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[.NET 6 以降を対象とする .NET Android プロジェクトでは、AAPT の使用はサポートされていません。Visual Studio プロジェクトのプロパティ ページで [インクリメンタル Android パッケージ システム (aapt2) を使用します]5D; を有効にするか、テキスト エディターでプロジェクト ファイルを編集して 'AndroidUseAapt2' MSBuild プロパティを 'true' に設定してください。]]></Val>
|
||||
<Val><![CDATA[.NET 6 以降を対象とする .NET for Android プロジェクトでは、AAPT の使用はサポートされていません。Visual Studio プロジェクトのプロパティ ページで [インクリメンタル Android パッケージ システム (aapt2) を使用します]5D; を有効にするか、テキスト エディターでプロジェクト ファイルを編集して 'AndroidUseAapt2' MSBuild プロパティを 'true' に設定してください。]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
|
||||
|
@ -809,9 +809,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA2000" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in .NET Android once .NET 6 is released.]]></Val>
|
||||
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in .NET for Android once .NET 6 is released.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[アセンブリ {0} で AppDomain.CreateDomain() が使用されていることが検出されました。.NET 6 以降では単一の AppDomain のみがサポートされる予定のため、.NET 6 がリリースされるとこの API は .NET Android では使用できなくなります。]]></Val>
|
||||
<Val><![CDATA[アセンブリ {0} で AppDomain.CreateDomain() が使用されていることが検出されました。.NET 6 以降では単一の AppDomain のみがサポートされる予定のため、.NET 6 がリリースされるとこの API は .NET for Android では使用できなくなります。]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released.]]></Val>
|
||||
|
@ -1163,9 +1163,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4231" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of .NET Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of .NET for Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Android クラス パーサーの値 '{0}' は非推奨であり、.NET Android の今後のバージョンでは削除されます。'class-parse' を使用するようにプロジェクトのプロパティを更新してください。]]></Val>
|
||||
<Val><![CDATA[Android クラス パーサーの値 '{0}' は非推奨であり、.NET for Android の今後のバージョンでは削除されます。'class-parse' を使用するようにプロジェクトのプロパティを更新してください。]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
|
@ -1175,9 +1175,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4232" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of .NET Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of .NET for Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Android コード生成ターゲット '{0}' は非推奨であり、.NET Android の今後のバージョンでは削除されます。'XAJavaInterop1' を使用するようにプロジェクトのプロパティを更新してください。]]></Val>
|
||||
<Val><![CDATA[Android コード生成ターゲット '{0}' は非推奨であり、.NET for Android の今後のバージョンでは削除されます。'XAJavaInterop1' を使用するようにプロジェクトのプロパティを更新してください。]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
|
@ -1463,9 +1463,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4312" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of .NET Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of .NET for Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Android アプリケーション プロジェクトから Android Wear アプリケーション プロジェクト '{0}' を参照することは非推奨となり、.NET Android の今後のバージョンではサポートされなくなります。Android アプリケーション プロジェクトから Android Wear アプリケーション プロジェクト参照を削除し、代わりにスタンドアロン アプリケーションとして Wear アプリケーションを配布してください。]]></Val>
|
||||
<Val><![CDATA[Android アプリケーション プロジェクトから Android Wear アプリケーション プロジェクト '{0}' を参照することは非推奨となり、.NET for Android の今後のバージョンではサポートされなくなります。Android アプリケーション プロジェクトから Android Wear アプリケーション プロジェクト参照を削除し、代わりにスタンドアロン アプリケーションとして Wear アプリケーションを配布してください。]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of Xamarin.Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
|
@ -1604,9 +1604,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA5207_SDK_Manager_Windows" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Either install it in the Android SDK Manager (Tools > Android > Android SDK Manager...), or change the .NET Android project to target an API version that is installed.]]></Val>
|
||||
<Val><![CDATA[Either install it in the Android SDK Manager (Tools > Android > Android SDK Manager...), or change the .NET for Android project to target an API version that is installed.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Android SDK マネージャー ([ツール]5D; > [Android]5D; > [Android SDK マネージャー]5D;...) にインストールするか、インストールされている API バージョンを対象とするように .NET Android プロジェクトを変更してください。]]></Val>
|
||||
<Val><![CDATA[Android SDK マネージャー ([ツール]5D; > [Android]5D; > [Android SDK マネージャー]5D;...) にインストールするか、インストールされている API バージョンを対象とするように .NET for Android プロジェクトを変更してください。]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Tools > Android > Android SDK Manager...]]></Val>
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android class library that binds to a native Java library]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android class library that binds to a native Java library]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[네이티브 Java 라이브러리에 바인딩하는 .NET Android 클래스 라이브러리를 만들기 위한 프로젝트]]></Val>
|
||||
<Val><![CDATA[네이티브 Java 라이브러리에 바인딩하는 .NET for Android 클래스 라이브러리를 만들기 위한 프로젝트]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android Wear application]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android Wear application]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[.NET Android Wear 애플리케이션을 만들기 위한 프로젝트]]></Val>
|
||||
<Val><![CDATA[.NET for Android Wear 애플리케이션을 만들기 위한 프로젝트]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android application]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android application]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[.NET Android 애플리케이션을 만들기 위한 프로젝트]]></Val>
|
||||
<Val><![CDATA[.NET for Android 애플리케이션을 만들기 위한 프로젝트]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android class library]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android class library]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[.NET Android 클래스 라이브러리를 만들기 위한 프로젝트]]></Val>
|
||||
<Val><![CDATA[.NET for Android 클래스 라이브러리를 만들기 위한 프로젝트]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -647,9 +647,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA1024" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in .NET Android projects that target .NET 6 or higher.]]></Val>
|
||||
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in .NET for Android projects that target .NET 6 or higher.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[구성 파일 '{0}'을(를) 무시합니다. .Net 6 이상을 대상으로 .NET Android 프로젝트에서 .NET 구성 파일은 지원되지 않습니다.]]></Val>
|
||||
<Val><![CDATA[구성 파일 '{0}'을(를) 무시합니다. .Net 6 이상을 대상으로 .NET for Android 프로젝트에서 .NET 구성 파일은 지원되지 않습니다.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in Xamarin.Android projects that target .NET 6 or higher.]]></Val>
|
||||
|
@ -677,9 +677,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA1026_dotnet" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Using AAPT is not supported in .NET Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
|
||||
<Val><![CDATA[Using AAPT is not supported in .NET for Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[AAPT는 .NET 6 이상을 대상으로 하는 .NET Android 프로젝트에서 사용할 수 없습니다. Visual Studio 프로젝트 속성 페이지에서 '증분 Android 패키징 시스템(aapt2) 사용'을 사용하도록 설정하거나 텍스트 편집기에서 프로젝트 파일을 편집하고 'AndroidUseAapt2' MSBuild 속성을 'true'로 설정하세요.]]></Val>
|
||||
<Val><![CDATA[AAPT는 .NET 6 이상을 대상으로 하는 .NET for Android 프로젝트에서 사용할 수 없습니다. Visual Studio 프로젝트 속성 페이지에서 '증분 Android 패키징 시스템(aapt2) 사용'을 사용하도록 설정하거나 텍스트 편집기에서 프로젝트 파일을 편집하고 'AndroidUseAapt2' MSBuild 속성을 'true'로 설정하세요.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
|
||||
|
@ -809,9 +809,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA2000" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in .NET Android once .NET 6 is released.]]></Val>
|
||||
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in .NET for Android once .NET 6 is released.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[어셈블리에서 AppDomain.CreateDomain() 사용이 검색되었습니다. {0}. .NET 6 이상에서는 단일 AppDomain만 지원하므로 .NET 6이 릴리스된 후에는 이 API를 .NET Android에서 더 이상 사용할 수 없습니다.]]></Val>
|
||||
<Val><![CDATA[어셈블리에서 AppDomain.CreateDomain() 사용이 검색되었습니다. {0}. .NET 6 이상에서는 단일 AppDomain만 지원하므로 .NET 6이 릴리스된 후에는 이 API를 .NET for Android에서 더 이상 사용할 수 없습니다.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released.]]></Val>
|
||||
|
@ -1163,9 +1163,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4231" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of .NET Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of .NET for Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Android 클래스 파서 값 '{0}'은(는) 사용되지 않으며 .NET Android의 이후 버전에서 제거됩니다. 'class-parse'를 사용하도록 프로젝트 속성을 업데이트하세요.]]></Val>
|
||||
<Val><![CDATA[Android 클래스 파서 값 '{0}'은(는) 사용되지 않으며 .NET for Android의 이후 버전에서 제거됩니다. 'class-parse'를 사용하도록 프로젝트 속성을 업데이트하세요.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
|
@ -1175,9 +1175,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4232" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of .NET Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of .NET for Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Android 코드 생성 대상 '{0}'은(는) 사용되지 않으며 .NET Android의 이후 버전에서 제거됩니다. 'XAJavaInterop1'을 사용하도록 프로젝트 속성을 업데이트하세요.]]></Val>
|
||||
<Val><![CDATA[Android 코드 생성 대상 '{0}'은(는) 사용되지 않으며 .NET for Android의 이후 버전에서 제거됩니다. 'XAJavaInterop1'을 사용하도록 프로젝트 속성을 업데이트하세요.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
|
@ -1463,9 +1463,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4312" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of .NET Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of .NET for Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Android 애플리케이션 프로젝트에서 Android Wear 애플리케이션 프로젝트 '{0}'을(를) 참조하는 기능은 사용되지 않으며 .NET Android의 이후 버전에서 더 이상 지원되지 않습니다. Android 애플리케이션 프로젝트에서 Android Wear 애플리케이션 프로젝트 참조를 제거하고 대신 Wear 애플리케이션을 독립 실행형 애플리케이션으로 배포하세요.]]></Val>
|
||||
<Val><![CDATA[Android 애플리케이션 프로젝트에서 Android Wear 애플리케이션 프로젝트 '{0}'을(를) 참조하는 기능은 사용되지 않으며 .NET for Android의 이후 버전에서 더 이상 지원되지 않습니다. Android 애플리케이션 프로젝트에서 Android Wear 애플리케이션 프로젝트 참조를 제거하고 대신 Wear 애플리케이션을 독립 실행형 애플리케이션으로 배포하세요.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of Xamarin.Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
|
@ -1604,9 +1604,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA5207_SDK_Manager_Windows" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Either install it in the Android SDK Manager (Tools > Android > Android SDK Manager...), or change the .NET Android project to target an API version that is installed.]]></Val>
|
||||
<Val><![CDATA[Either install it in the Android SDK Manager (Tools > Android > Android SDK Manager...), or change the .NET for Android project to target an API version that is installed.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Android SDK 관리자에 설치하거나(도구 > Android > Android SDK 관리자...) 설치된 API 버전을 대상으로 하도록 .NET Android 프로젝트를 변경합니다.]]></Val>
|
||||
<Val><![CDATA[Android SDK 관리자에 설치하거나(도구 > Android > Android SDK 관리자...) 설치된 API 버전을 대상으로 하도록 .NET for Android 프로젝트를 변경합니다.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Tools > Android > Android SDK Manager...]]></Val>
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android class library that binds to a native Java library]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android class library that binds to a native Java library]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Projekt służący do tworzenia biblioteki klas .NET Android z powiązaniem z natywną biblioteką języka Java]]></Val>
|
||||
<Val><![CDATA[Projekt służący do tworzenia biblioteki klas .NET for Android z powiązaniem z natywną biblioteką języka Java]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android Wear application]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android Wear application]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Projekt służący do tworzenia aplikacji .NET Android Wear]]></Val>
|
||||
<Val><![CDATA[Projekt służący do tworzenia aplikacji .NET for Android Wear]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android application]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android application]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Projekt służący do tworzenia aplikacji .NET Android]]></Val>
|
||||
<Val><![CDATA[Projekt służący do tworzenia aplikacji .NET for Android]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android class library]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android class library]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Projekt służący do tworzenia biblioteki klas .NET Android]]></Val>
|
||||
<Val><![CDATA[Projekt służący do tworzenia biblioteki klas .NET for Android]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -647,7 +647,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA1024" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in .NET Android projects that target .NET 6 or higher.]]></Val>
|
||||
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in .NET for Android projects that target .NET 6 or higher.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Plik konfiguracji „{0}” zostanie zignorowany. Pliki konfiguracji platformy .NET nie są obsługiwane w projektach .NET dla systemu Android, których miejscem docelowym jest platforma .NET 6 lub nowsza.]]></Val>
|
||||
</Tgt>
|
||||
|
@ -677,7 +677,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA1026_dotnet" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Using AAPT is not supported in .NET Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
|
||||
<Val><![CDATA[Using AAPT is not supported in .NET for Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Używanie narzędzia AAPT nie jest obsługiwane w projektach platformy .NET dla systemu Android przeznaczonych dla platformy .NET 6 lub nowszej. Włącz opcję „Użyj systemu przyrostowego tworzenia pakietów systemu Android (aapt2)” na stronach właściwości projektu w programie Visual Studio lub zmodyfikuj plik projektu w edytorze tekstów, ustawiając właściwość programu MSBuild o nazwie „AndroidUseAapt2” na wartość „true”.]]></Val>
|
||||
</Tgt>
|
||||
|
@ -809,7 +809,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA2000" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in .NET Android once .NET 6 is released.]]></Val>
|
||||
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in .NET for Android once .NET 6 is released.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Wykryto użycie metody AppDomain.CreateDomain() w zestawie: {0}. Platforma .NET 6 lub nowsza wersja obsługuje tylko jedną domenę aplikacji, dlatego ten interfejs API nie będzie już dostępny na platformie .NET dla systemu Android po wydaniu platformy .NET 6.]]></Val>
|
||||
</Tgt>
|
||||
|
@ -1163,7 +1163,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4231" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of .NET Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of .NET for Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Wartość analizatora klas systemu Android „{0}” jest przestarzała i zostanie usunięta w przyszłej wersji platformy .NET dla systemu Android. Zaktualizuj właściwości projektu, aby używać literału „class-parse”.]]></Val>
|
||||
</Tgt>
|
||||
|
@ -1175,7 +1175,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4232" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of .NET Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of .NET for Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Element docelowy generowania kodu systemu Android „{0}” jest przestarzały i zostanie usunięty w przyszłej wersji platformy .NET dla systemu Android. Zaktualizuj właściwości projektu, aby używać literału „XAJavaInterop1”.]]></Val>
|
||||
</Tgt>
|
||||
|
@ -1463,7 +1463,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4312" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of .NET Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of .NET for Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Odwoływanie się do projektu aplikacji dla systemu Android Wear „{0}” z projektu aplikacji dla systemu Android jest przestarzałe i nie będzie już obsługiwane w przyszłej wersji platformy .NET dla systemu Android. Usuń odwołanie do projektu aplikacji dla systemu Android Wear z projektu aplikacji dla systemu Android i dystrybuuj aplikację dla systemu Wear jako autonomiczną aplikację.]]></Val>
|
||||
</Tgt>
|
||||
|
@ -1604,7 +1604,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA5207_SDK_Manager_Windows" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Either install it in the Android SDK Manager (Tools > Android > Android SDK Manager...), or change the .NET Android project to target an API version that is installed.]]></Val>
|
||||
<Val><![CDATA[Either install it in the Android SDK Manager (Tools > Android > Android SDK Manager...), or change the .NET for Android project to target an API version that is installed.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Zainstaluj go w Menedżer zestawów Android SDK (Narzędzia > Android > Menedżer zestawów Android SDK...) lub zmień projekt platformy .NET dla systemu Android, tak aby był przeznaczony dla zainstalowanej wersji interfejsu API.]]></Val>
|
||||
</Tgt>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android class library that binds to a native Java library]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android class library that binds to a native Java library]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Um projeto para criar uma biblioteca de classes Android .NET que se associa a uma biblioteca nativa do Java.]]></Val>
|
||||
</Tgt>
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android Wear application]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android Wear application]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Um projeto para criar um aplicativo .NET Android Wear]]></Val>
|
||||
<Val><![CDATA[Um projeto para criar um aplicativo .NET for Android Wear]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android application]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android application]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Um projeto para criar um aplicativo Android .NET]]></Val>
|
||||
</Tgt>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android class library]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android class library]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Um projeto para criar uma biblioteca de classes Android .NET]]></Val>
|
||||
</Tgt>
|
||||
|
|
|
@ -647,7 +647,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA1024" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in .NET Android projects that target .NET 6 or higher.]]></Val>
|
||||
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in .NET for Android projects that target .NET 6 or higher.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Ignorando o arquivo de configuração '{0}'. Não há suporte para os arquivos de configuração do .NET nos projetos Android do .NET direcionados ao .NET 6 ou superior.]]></Val>
|
||||
</Tgt>
|
||||
|
@ -677,7 +677,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA1026_dotnet" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Using AAPT is not supported in .NET Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
|
||||
<Val><![CDATA[Using AAPT is not supported in .NET for Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Não há suporte usar o AAPT nos projetos Xamarin.Android direcionados ao .NET 6 ou superior. Habilite 'Usar o sistema de empacotamento Android incremental (aapt2)' nas páginas de propriedades do projeto do Visual Studio ou edite o arquivo de projeto em um editor de texto e defina a propriedade 'AndroidUseAapt2' do MSBuild como 'true'.]]></Val>
|
||||
</Tgt>
|
||||
|
@ -809,7 +809,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA2000" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in .NET Android once .NET 6 is released.]]></Val>
|
||||
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in .NET for Android once .NET 6 is released.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[O uso do AppDomain.CreateDomain() foi detectado no assembly: {0}. O .NET 6 e superior dará suporte apenas a um único AppDomain, portanto, essa API não estará mais disponível no Xamarin.Android quando o .NET 6 for lançado.]]></Val>
|
||||
</Tgt>
|
||||
|
@ -1163,9 +1163,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4231" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of .NET Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of .NET for Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[O valor do analisador de classe do Android '{0}' foi preterido e será removido em uma versão futura do .NET Android. Atualize as propriedades do projeto para usar 'class-parse'.]]></Val>
|
||||
<Val><![CDATA[O valor do analisador de classe do Android '{0}' foi preterido e será removido em uma versão futura do .NET for Android. Atualize as propriedades do projeto para usar 'class-parse'.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
|
@ -1175,9 +1175,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4232" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of .NET Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of .NET for Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[O destino de geração de código android '{0}' foi preterido e será removido em uma versão futura do .NET Android. Atualize as propriedades do projeto para usar 'XAJavaInterop1'.]]></Val>
|
||||
<Val><![CDATA[O destino de geração de código android '{0}' foi preterido e será removido em uma versão futura do .NET for Android. Atualize as propriedades do projeto para usar 'XAJavaInterop1'.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
|
@ -1463,9 +1463,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4312" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of .NET Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of .NET for Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[A referência ao projeto do aplicativo Android Wear '{0}' de um projeto de aplicativo Android foi preterida e não terá mais suporte em uma versão futura do .NET Android. Remova a referência ao projeto de aplicativo Wear Android do projeto de aplicativo Android e distribua o aplicativo Wear como um aplicativo autônomo.]]></Val>
|
||||
<Val><![CDATA[A referência ao projeto do aplicativo Android Wear '{0}' de um projeto de aplicativo Android foi preterida e não terá mais suporte em uma versão futura do .NET for Android. Remova a referência ao projeto de aplicativo Wear Android do projeto de aplicativo Android e distribua o aplicativo Wear como um aplicativo autônomo.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of Xamarin.Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
|
@ -1604,7 +1604,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA5207_SDK_Manager_Windows" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Either install it in the Android SDK Manager (Tools > Android > Android SDK Manager...), or change the .NET Android project to target an API version that is installed.]]></Val>
|
||||
<Val><![CDATA[Either install it in the Android SDK Manager (Tools > Android > Android SDK Manager...), or change the .NET for Android project to target an API version that is installed.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Instale-o no Gerenciador de SDK Android (Ferramentas > Android > Gerenciador de SDK Android...) ou altere o projeto do Android .NET para direcionar a uma versão de API instalada.]]></Val>
|
||||
</Tgt>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android class library that binds to a native Java library]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android class library that binds to a native Java library]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Проект по созданию библиотеки классов .NET для Android с привязкой к собственной библиотеке Java.]]></Val>
|
||||
</Tgt>
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android Wear application]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android Wear application]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Проект по созданию приложения .NET Android Wear]]></Val>
|
||||
<Val><![CDATA[Проект по созданию приложения .NET for Android Wear]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android application]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android application]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Проект для создания приложения .NET для Android]]></Val>
|
||||
</Tgt>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android class library]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android class library]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Проект по созданию библиотеки классов .NET для Android]]></Val>
|
||||
</Tgt>
|
||||
|
|
|
@ -647,9 +647,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA1024" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in .NET Android projects that target .NET 6 or higher.]]></Val>
|
||||
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in .NET for Android projects that target .NET 6 or higher.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Пропуск файла конфигурации "{0}". Файлы конфигурации .NET не поддерживаются в проектах .NET Android для .NET 6 и более поздних версий.]]></Val>
|
||||
<Val><![CDATA[Пропуск файла конфигурации "{0}". Файлы конфигурации .NET не поддерживаются в проектах .NET for Android для .NET 6 и более поздних версий.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in Xamarin.Android projects that target .NET 6 or higher.]]></Val>
|
||||
|
@ -677,9 +677,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA1026_dotnet" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Using AAPT is not supported in .NET Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
|
||||
<Val><![CDATA[Using AAPT is not supported in .NET for Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Использование AAPT не поддерживается в проектах .NET Android для .NET 6 и более поздних версий. Установите параметр "Использование инкрементной системы создания пакетов Android (AAPT2)" на страницах свойств проекта в Visual Studio или откройте файл проекта в текстовом редакторе и задайте значение "true" для свойства MSBuild "AndroidUseAapt2".]]></Val>
|
||||
<Val><![CDATA[Использование AAPT не поддерживается в проектах .NET for Android для .NET 6 и более поздних версий. Установите параметр "Использование инкрементной системы создания пакетов Android (AAPT2)" на страницах свойств проекта в Visual Studio или откройте файл проекта в текстовом редакторе и задайте значение "true" для свойства MSBuild "AndroidUseAapt2".]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
|
||||
|
@ -809,9 +809,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA2000" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in .NET Android once .NET 6 is released.]]></Val>
|
||||
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in .NET for Android once .NET 6 is released.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[В сборке обнаружено использование AppDomain.CreateDomain(): {0}. .NET 6 и более поздние версии будут поддерживать только один домен AppDomain, поэтому этот API больше не будет доступен в .NET Android после выпуска .NET 6.]]></Val>
|
||||
<Val><![CDATA[В сборке обнаружено использование AppDomain.CreateDomain(): {0}. .NET 6 и более поздние версии будут поддерживать только один домен AppDomain, поэтому этот API больше не будет доступен в .NET for Android после выпуска .NET 6.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released.]]></Val>
|
||||
|
@ -1163,9 +1163,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4231" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of .NET Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of .NET for Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Значение "{0}" синтаксического анализатора класса Android является устаревшим и будет удалено в будущей версии .NET Android. Обновите свойства проекта, чтобы использовать "class-parse".]]></Val>
|
||||
<Val><![CDATA[Значение "{0}" синтаксического анализатора класса Android является устаревшим и будет удалено в будущей версии .NET for Android. Обновите свойства проекта, чтобы использовать "class-parse".]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
|
@ -1175,9 +1175,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4232" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of .NET Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of .NET for Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Целевой объект "{0}" создания кода Android является устаревшим и будет удален в следующей версии .NET Android. Обновите свойства проекта, чтобы использовать "XAJavaInterop1".]]></Val>
|
||||
<Val><![CDATA[Целевой объект "{0}" создания кода Android является устаревшим и будет удален в следующей версии .NET for Android. Обновите свойства проекта, чтобы использовать "XAJavaInterop1".]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
|
@ -1463,9 +1463,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4312" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of .NET Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of .NET for Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Использование ссылки на проект приложения Android Wear "{0}" из проекта приложения Android является нерекомендуемым, и в будущей версии .NET Android поддержка такой ссылки будет прекращена. Удалите ссылку на проект приложения Android Wear из проекта приложения Android и распространяйте приложение Wear в качестве автономного приложения.]]></Val>
|
||||
<Val><![CDATA[Использование ссылки на проект приложения Android Wear "{0}" из проекта приложения Android является нерекомендуемым, и в будущей версии .NET for Android поддержка такой ссылки будет прекращена. Удалите ссылку на проект приложения Android Wear из проекта приложения Android и распространяйте приложение Wear в качестве автономного приложения.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of Xamarin.Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
|
@ -1604,9 +1604,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA5207_SDK_Manager_Windows" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Either install it in the Android SDK Manager (Tools > Android > Android SDK Manager...), or change the .NET Android project to target an API version that is installed.]]></Val>
|
||||
<Val><![CDATA[Either install it in the Android SDK Manager (Tools > Android > Android SDK Manager...), or change the .NET for Android project to target an API version that is installed.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Установите его в Диспетчере SDK Android (Инструменты > Android > Диспетчер SDK Android...) или измените проект .NET Android, выбрав для него в качестве цели установленную версию API.]]></Val>
|
||||
<Val><![CDATA[Установите его в Диспетчере SDK Android (Инструменты > Android > Диспетчер SDK Android...) или измените проект .NET for Android, выбрав для него в качестве цели установленную версию API.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Tools > Android > Android SDK Manager...]]></Val>
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android class library that binds to a native Java library]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android class library that binds to a native Java library]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Yerel bir Java kitaplık dosyasını bağlayan bir .NET Android sınıf kitaplığı oluşturmak için proje.]]></Val>
|
||||
<Val><![CDATA[Yerel bir Java kitaplık dosyasını bağlayan bir .NET for Android sınıf kitaplığı oluşturmak için proje.]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android Wear application]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android Wear application]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[.NET Android Wear uygulaması oluşturmak için proje]]></Val>
|
||||
<Val><![CDATA[.NET for Android Wear uygulaması oluşturmak için proje]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android application]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android application]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[.NET Android uygulaması oluşturmak için proje]]></Val>
|
||||
<Val><![CDATA[.NET for Android uygulaması oluşturmak için proje]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android class library]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android class library]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[.NET Android sınıf kitaplığı oluşturmak için proje]]></Val>
|
||||
<Val><![CDATA[.NET for Android sınıf kitaplığı oluşturmak için proje]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -647,9 +647,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA1024" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in .NET Android projects that target .NET 6 or higher.]]></Val>
|
||||
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in .NET for Android projects that target .NET 6 or higher.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA['{0}' yapılandırma dosyası göz ardı ediliyor. .NET yapılandırma dosyaları, .NET 6 veya üstünü hedefleyen .NET Android projelerinde desteklenmez.]]></Val>
|
||||
<Val><![CDATA['{0}' yapılandırma dosyası göz ardı ediliyor. .NET yapılandırma dosyaları, .NET 6 veya üstünü hedefleyen .NET for Android projelerinde desteklenmez.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in Xamarin.Android projects that target .NET 6 or higher.]]></Val>
|
||||
|
@ -677,9 +677,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA1026_dotnet" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Using AAPT is not supported in .NET Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
|
||||
<Val><![CDATA[Using AAPT is not supported in .NET for Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[.NET 6 veya üstünü hedefleyen .NET Android projelerinde AAPT kullanımı desteklenmez. Lütfen Visual Studio projesinin özellik sayfalarındaki 'Artımlı Android paketleme sistemini (aapt2) kullan' seçeneğini etkinleştirin veya proje dosyasını bir metin düzenleyicisinde düzenleyip 'AndroidUseAapt2' MSBuild özelliğini 'true' olarak ayarlayın.]]></Val>
|
||||
<Val><![CDATA[.NET 6 veya üstünü hedefleyen .NET for Android projelerinde AAPT kullanımı desteklenmez. Lütfen Visual Studio projesinin özellik sayfalarındaki 'Artımlı Android paketleme sistemini (aapt2) kullan' seçeneğini etkinleştirin veya proje dosyasını bir metin düzenleyicisinde düzenleyip 'AndroidUseAapt2' MSBuild özelliğini 'true' olarak ayarlayın.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
|
||||
|
@ -809,9 +809,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA2000" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in .NET Android once .NET 6 is released.]]></Val>
|
||||
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in .NET for Android once .NET 6 is released.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Derlemede AppDomain.CreateDomain() kullanımı algılandı: {0}. .NET 6 ve üzeri yalnızca tek bir AppDomain'i destekleyeceğinden, .NET 6 yayımlandıktan sonra bu API artık .NET Android'de kullanılamayacaktır.]]></Val>
|
||||
<Val><![CDATA[Derlemede AppDomain.CreateDomain() kullanımı algılandı: {0}. .NET 6 ve üzeri yalnızca tek bir AppDomain'i destekleyeceğinden, .NET 6 yayımlandıktan sonra bu API artık .NET for Android'de kullanılamayacaktır.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released.]]></Val>
|
||||
|
@ -1163,9 +1163,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4231" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of .NET Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of .NET for Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Android sınıfı ayrıştırıcı değeri '{0}' kullanımdan kaldırıldı ve .NET Android'in gelecekteki bir sürümünde kaldırılacak. Proje özelliklerini 'class-parse' kullanacak şekilde güncelleştirin.]]></Val>
|
||||
<Val><![CDATA[Android sınıfı ayrıştırıcı değeri '{0}' kullanımdan kaldırıldı ve .NET for Android'in gelecekteki bir sürümünde kaldırılacak. Proje özelliklerini 'class-parse' kullanacak şekilde güncelleştirin.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
|
@ -1175,9 +1175,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4232" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of .NET Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of .NET for Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Android kod oluşturma hedefi '{0}' kullanımdan kaldırıldı ve .NET Android'in gelecekteki bir sürümünde kaldırılacak. Proje özelliklerini 'XAJavaInterop1' kullanacak şekilde güncelleştirin.]]></Val>
|
||||
<Val><![CDATA[Android kod oluşturma hedefi '{0}' kullanımdan kaldırıldı ve .NET for Android'in gelecekteki bir sürümünde kaldırılacak. Proje özelliklerini 'XAJavaInterop1' kullanacak şekilde güncelleştirin.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
|
@ -1463,9 +1463,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4312" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of .NET Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of .NET for Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Bir Android uygulama projesinden Android Wear uygulama projesine '{0}' başvurmak artık kullanımdan kaldırıldı ve .NET Android'in gelecekteki bir sürümünde artık desteklenmeyecek. Android Wear uygulama projesi referansını Android uygulama projesinden kaldırın ve bunun yerine Wear uygulamasını bağımsız bir uygulama olarak dağıtın.]]></Val>
|
||||
<Val><![CDATA[Bir Android uygulama projesinden Android Wear uygulama projesine '{0}' başvurmak artık kullanımdan kaldırıldı ve .NET for Android'in gelecekteki bir sürümünde artık desteklenmeyecek. Android Wear uygulama projesi referansını Android uygulama projesinden kaldırın ve bunun yerine Wear uygulamasını bağımsız bir uygulama olarak dağıtın.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of Xamarin.Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
|
@ -1604,9 +1604,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA5207_SDK_Manager_Windows" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Either install it in the Android SDK Manager (Tools > Android > Android SDK Manager...), or change the .NET Android project to target an API version that is installed.]]></Val>
|
||||
<Val><![CDATA[Either install it in the Android SDK Manager (Tools > Android > Android SDK Manager...), or change the .NET for Android project to target an API version that is installed.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Bunu Android SDK Yöneticisi'ne yükleyin (Araçlar > Android > Android SDK Yöneticisi...) veya .NET Android projesini, yüklü bir API sürümünü hedefleyecek şekilde değiştirin.]]></Val>
|
||||
<Val><![CDATA[Bunu Android SDK Yöneticisi'ne yükleyin (Araçlar > Android > Android SDK Yöneticisi...) veya .NET for Android projesini, yüklü bir API sürümünü hedefleyecek şekilde değiştirin.]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Tools > Android > Android SDK Manager...]]></Val>
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android class library that binds to a native Java library]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android class library that binds to a native Java library]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[用于创建绑定到本机 Java 库的 .NET Android 类库的项目]]></Val>
|
||||
<Val><![CDATA[用于创建绑定到本机 Java 库的 .NET for Android 类库的项目]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android Wear application]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android Wear application]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[用于创建 .NET Android Wear 应用程序的项目]]></Val>
|
||||
<Val><![CDATA[用于创建 .NET for Android Wear 应用程序的项目]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android application]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android application]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[用于创建 .NET Android 应用程序的项目]]></Val>
|
||||
<Val><![CDATA[用于创建 .NET for Android 应用程序的项目]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android class library]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android class library]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[用于创建 .NET Android类库的项目]]></Val>
|
||||
<Val><![CDATA[用于创建 .NET for Android类库的项目]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -647,9 +647,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA1024" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in .NET Android projects that target .NET 6 or higher.]]></Val>
|
||||
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in .NET for Android projects that target .NET 6 or higher.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[将忽略配置文件“{0}”。在面向 .NET 6 或更高版本的 .NET Android 项目中不支持 .NET 配置文件。]]></Val>
|
||||
<Val><![CDATA[将忽略配置文件“{0}”。在面向 .NET 6 或更高版本的 .NET for Android 项目中不支持 .NET 配置文件。]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in Xamarin.Android projects that target .NET 6 or higher.]]></Val>
|
||||
|
@ -677,9 +677,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA1026_dotnet" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Using AAPT is not supported in .NET Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
|
||||
<Val><![CDATA[Using AAPT is not supported in .NET for Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[在面向 .NET 6 或更高版本的 .NET Android 项目中不支持使用 AAPT。请在 Visual Studio 项目属性页面中启用“使用增量 Android 打包系统(aapt2)”,或者在文本编辑器中编辑项目文件,并将 "AndroidUseAapt2" MSBuild 属性设置为 "true"。]]></Val>
|
||||
<Val><![CDATA[在面向 .NET 6 或更高版本的 .NET for Android 项目中不支持使用 AAPT。请在 Visual Studio 项目属性页面中启用“使用增量 Android 打包系统(aapt2)”,或者在文本编辑器中编辑项目文件,并将 "AndroidUseAapt2" MSBuild 属性设置为 "true"。]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
|
||||
|
@ -809,9 +809,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA2000" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in .NET Android once .NET 6 is released.]]></Val>
|
||||
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in .NET for Android once .NET 6 is released.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[在程序集 {0} 中检测到使用了 AppDomain.CreateDomain()。.NET 6 及更高版本将仅支持一个 AppDomain,因此 .NET 6 发布后,将无法再在 .NET Android 中使用此 API。]]></Val>
|
||||
<Val><![CDATA[在程序集 {0} 中检测到使用了 AppDomain.CreateDomain()。.NET 6 及更高版本将仅支持一个 AppDomain,因此 .NET 6 发布后,将无法再在 .NET for Android 中使用此 API。]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released.]]></Val>
|
||||
|
@ -1163,9 +1163,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4231" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of .NET Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of .NET for Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Android 类分析器值“{0}”已被弃用,并将在 .NET Android 的未来版本中被删除。要使用 "class-parse",请更新项目属性。]]></Val>
|
||||
<Val><![CDATA[Android 类分析器值“{0}”已被弃用,并将在 .NET for Android 的未来版本中被删除。要使用 "class-parse",请更新项目属性。]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'class-parse'.]]></Val>
|
||||
|
@ -1175,9 +1175,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4232" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of .NET Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of .NET for Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[Android 代码生成目标“{0}”已被弃用,并将在 .NET Android 的未来版本中被删除。要使用 "XAJavaInterop1",请更新项目属性。]]></Val>
|
||||
<Val><![CDATA[Android 代码生成目标“{0}”已被弃用,并将在 .NET for Android 的未来版本中被删除。要使用 "XAJavaInterop1",请更新项目属性。]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
|
||||
|
@ -1463,9 +1463,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA4312" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of .NET Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of .NET for Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[已弃用从 Android 应用程序项目中引用 Android Wear 应用程序项目“{0}”的功能,并且未来版本的 .NET Android 中将不再支持此功能。请从 Android 应用程序项目中删除 Android Wear 应用程序项目引用,并将 Wear 应用程序作为独立应用程序进行分发。]]></Val>
|
||||
<Val><![CDATA[已弃用从 Android 应用程序项目中引用 Android Wear 应用程序项目“{0}”的功能,并且未来版本的 .NET for Android 中将不再支持此功能。请从 Android 应用程序项目中删除 Android Wear 应用程序项目引用,并将 Wear 应用程序作为独立应用程序进行分发。]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of Xamarin.Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
|
||||
|
@ -1604,9 +1604,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";XA5207_SDK_Manager_Windows" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Either install it in the Android SDK Manager (Tools > Android > Android SDK Manager...), or change the .NET Android project to target an API version that is installed.]]></Val>
|
||||
<Val><![CDATA[Either install it in the Android SDK Manager (Tools > Android > Android SDK Manager...), or change the .NET for Android project to target an API version that is installed.]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[要么将其安装在 Android SDK 管理器中(工具 > Android > Android SDK 管理器...),要么将 .NET Android 项目更改为面向已安装的 API 版本。]]></Val>
|
||||
<Val><![CDATA[要么将其安装在 Android SDK 管理器中(工具 > Android > Android SDK 管理器...),要么将 .NET for Android 项目更改为面向已安装的 API 版本。]]></Val>
|
||||
</Tgt>
|
||||
<Prev Cat="Text">
|
||||
<Val><![CDATA[Tools > Android > Android SDK Manager...]]></Val>
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android class library that binds to a native Java library]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android class library that binds to a native Java library]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[用於建立繫結至原生 Java 程式庫的 .NET Android 類別庫的專案]]></Val>
|
||||
<Val><![CDATA[用於建立繫結至原生 Java 程式庫的 .NET for Android 類別庫的專案]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android Wear application]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android Wear application]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[用於建立 .NET Android Wear 應用程式的專案]]></Val>
|
||||
<Val><![CDATA[用於建立 .NET for Android Wear 應用程式的專案]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android application]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android application]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[用於建立 .NET Android 應用程式的專案]]></Val>
|
||||
<Val><![CDATA[用於建立 .NET for Android 應用程式的專案]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
</Item>
|
||||
<Item ItemId=";description" ItemType="0" PsrId="306" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[A project for creating a .NET Android class library]]></Val>
|
||||
<Val><![CDATA[A project for creating a .NET for Android class library]]></Val>
|
||||
<Tgt Cat="Text" Stat="Loc" Orig="New">
|
||||
<Val><![CDATA[用於建立 .NET Android 類別庫的專案]]></Val>
|
||||
<Val><![CDATA[用於建立 .NET for Android 類別庫的專案]]></Val>
|
||||
</Tgt>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче