tech:cheatsheets:linux:dotnet
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| tech:cheatsheets:linux:dotnet [2024/04/08 12:03] – created waldemar | tech:cheatsheets:linux:dotnet [2024/04/10 10:03] (current) – [Android] waldemar | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ===== Certificates ===== | ===== Certificates ===== | ||
| * https:// | * https:// | ||
| + | |||
| + | ===== Development ===== | ||
| + | ==== Android ==== | ||
| + | |||
| + | Install the JDK and the Arduino workloads: | ||
| + | <code bash> | ||
| + | sudo apt install openjdk-11-jdk | ||
| + | sudo dotnet workload install maui-android android | ||
| + | </ | ||
| + | |||
| + | Install the Arduino SDK. | ||
| + | The easiest way is to install Android Studio and while installing install the SDK as well. | ||
| + | |||
| + | For Android builds to work the MSBuild property '' | ||
| + | |||
| + | === Rider === | ||
| + | If using Rider the MSBuild property can be configured as a global property in the settings at '' | ||
| + | **Note:** Remember to save the configuration in '' | ||
| + | |||
| + | Also install the Xamarin Android extension to support running and debugging the app directly on a device. **Note:** Debugging (or running) might not work due to an error but the app is deployed. | ||
tech/cheatsheets/linux/dotnet.1712577817.txt.gz · Last modified: by waldemar