.. | ||
Activities | ||
Resources | ||
.DS_Store | ||
AndroidManifest.xml | ||
DemoAndroid.csproj | ||
MainActivity.cs | ||
README.md |
Android Native C# readme
- AOT makes release versions crash sometimes, so it is disabled
- Project created with
dotnet new android
- New activities can be created with
dotnet new android-activity -n MyNewActivity
- Avoid NuGet packages that are not built for non-Windows environments (e.g. depend on System.Drawing)
If the app crashes directly in Release, before reverting all your changes try to clean /bin and /obj Also, if you reverted some changes, clean /bin and /obj again before thinking it still doesn't work