davidlip123

Results 5 comments of davidlip123

@wherewhere thank you so much for response man ;) I'm using this code: ```cs public MainWindow() { InitializeComponent(); Start(); } public async Task Start() { StartServerResult startServerResult = await AdbServer.Instance.StartServerAsync(@"C:\Users\Itamar\AppData\Local\Android\Sdk\platform-tools\adb.exe",...

@wherewhere I used the localhost ip because this is the example you provided...in the github home page.... of course I'm using usb. Look,i've used nuget pm to install the AdvancedSharpAdbClient,maybe...

@wherewhere @yungd1plomat ,I'm using real usb connected device...tried on few devices....different chipsets and android versions....and none.... I tried to create a **console app in visual studio** , and your code...

@yungd1plomat @wherewhere hey guys, thanks for your response. This is the current and the only working solution for me: ```cs public async Task Start() { StartAdbServer(); var client = new...

> Mybe you need to know what's `using` and what's `await`... I know sir...I'm developing few years in c#...I know await uses for async functions,and using is for resources managment.......