Skip to content

Commit

Permalink
Update link.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbritch committed Dec 4, 2024
1 parent 4380a22 commit bc16db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migration/android-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ For .NET for Android, `dotnet build` produces a runnable app. This means creatin

- Run `aapt` to generate `Resource.designer.cs` and potentially emit build errors for issues in `@(AndroidResource)` files.
- Compile C# code.
- Run the [ILLink](https://github.com/mono/linker/blob/master/src/linker/README.md) MSBuild target for linking.
- Run the [ILLink](https://github.com/dotnet/runtime/blob/main/src/tools/illink/src/linker/README.md) MSBuild target for linking.
- Generate java stubs, and `AndroidManifest.xml`.
- Compile java code via `javac`.
- Convert java code to `.dex` via d8/r8.
Expand Down

0 comments on commit bc16db6

Please sign in to comment.