SharpAdbClient is a .NET library that allows .NET applications to communicate with Android devices. It provides a .NET implementation of the adb protocol, giving more flexibility to the developer than launching an adb.exe process and parsing the console output.
Apache License 2.0
361
stars
133
forks
source link
Could not load file or assembly 'Microsoft.Extensions.Logging.Abstractions' #186
An exception of type 'System.IO.FileNotFoundException' occurred in SharpAdbClient.dll but was not handled in user code
Additional information: Could not load file or assembly 'Microsoft.Extensions.Logging.Abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' or one of its dependencies. The system cannot find the file specified.
hello,
An exception of type 'System.IO.FileNotFoundException' occurred in SharpAdbClient.dll but was not handled in user code
Additional information: Could not load file or assembly 'Microsoft.Extensions.Logging.Abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' or one of its dependencies. The system cannot find the file specified.
already there.