# Documents Index # Getting Started * [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 * [Submitting Bugs, Feature Requests, and Pull Requests][bugs] * [Directory Structure](project-docs/ExploringSources.md) * [Assembly store format](project-docs/AssemblyStores.md) [bugs]: https://github.com/xamarin/xamarin-android/wiki/Submitting-Bugs,-Feature-Requests,-and-Pull-Requests # Guides * [One .NET](guides/OneDotNet.md) * [Build Process](guides/building-apps/build-process.md) * [`.axml` CodeBehind Support](guides/LayoutCodeBehind.md) * [MSBuild Best Practices](guides/MSBuildBestPractices.md) * [D8 and R8 Integration](guides/D8andR8.md) * [Profiling Startup](guides/profiling.md) # Building from Source * [Build System Configuration](building/configuration.md) * [Build Dependencies for Linux and macOS](building/unix/dependencies.md) * [Building .NET for Android on Linux and macOS](building/unix/instructions.md) * [Build Dependencies for Windows](building/windows/dependencies.md) * [Building .NET for Android on Windows](building/windows/instructions.md) # Development Workflow * [How to add support for a new Android API level](workflow/HowToAddNewApiLevel.md) * [Development tips and native debugging](workflow/DevelopmentTips.md) * [Localization](workflow/Localization.md) * [Custom system properties](workflow/SystemProperties.md) # Coding Guidelines * [Mono Coding Guidelines](http://www.mono-project.com/community/contributing/coding-guidelines/) # Other Information * [Wikipedia Entry for .NET for Android](https://en.wikipedia.org/w/index.php?title=.NET_for_Android&redirect=yes)