Flybuy example app using .Net MAUI and Flybuy SDK bindings
Follow instructions at https://learn.microsoft.com/en-us/dotnet/maui/get-started/installation?view=net-maui-9.0&tabs=visual-studio-code.
Run the following in the project folder. Note currently using .NET8.0
dotnet build -t:InstallAndroidDependencies -f:net8.0-android -p:AndroidSdkDirectory="<AndroidSdkPath>" -p:JavaSdkDirectory="<JavaSdkPath>" -p:AcceptAndroidSDKLicenses=True
- Select the debug target in VSCode by clicking the
{}
in the lower right, then selecting the target.
- Open the Run and Debug view.
- Select
C# FlybuyExample
. - Click the
Run
button.