native-android-csharp/DemoAndroid
2024-06-19 19:24:15 +02:00
..
Activities Improvements 2024-06-19 19:24:15 +02:00
Resources Improvements 2024-06-19 19:24:15 +02:00
.DS_Store Changes 2024-06-19 16:42:19 +02:00
AndroidManifest.xml Added auth 2024-06-19 19:02:44 +02:00
DemoAndroid.csproj Added auth 2024-06-19 19:02:44 +02:00
MainActivity.cs Added theme 2024-06-19 19:20:50 +02:00
README.md Changes 2024-06-19 16:42:19 +02:00

Android Native C# readme

  1. AOT makes release versions crash sometimes, so it is disabled
  2. Project created with
dotnet new android
  1. New activities can be created with
dotnet new android-activity -n MyNewActivity
  1. 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