AndroidSdk.Tools icon indicating copy to clipboard operation
AndroidSdk.Tools copied to clipboard

.NET Library + global tool for various Android SDK Manager, ADB, AVD, Emulator commands

Results 3 AndroidSdk.Tools issues
Sort by recently updated
recently updated
newest added

I get this error message when I try to use [MAUI.UITesting](https://github.com/Redth/Maui.UITesting). I trace it and why I got this error from: [https://github.com/Redth/AndroidSdk.Tools/blob/master/AndroidSdk/AndroidSdkManager.cs](https://github.com/Redth/AndroidSdk.Tools/blob/master/AndroidSdk/AndroidSdkManager.csl) ~~~C# static string[] KnownLikelyPaths => RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ? new...

This PR make the `SdkManager` class now use the `ProcessRunner` to avoid duplicate code. Since this is a Java specific tool, there is now an easier to use `JavaProcessRunner` to...

Proper Microsoft Extensions Logging support should be added to the library.