Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Please update README.md #194

Open
ninhdeptry opened this issue Jul 18, 2020 · 3 comments
Open

Please update README.md #194

ninhdeptry opened this issue Jul 18, 2020 · 3 comments

Comments

@ninhdeptry
Copy link

Please update README.md AdbClient.Instance.GetDevices (); no longer available

@SparkYDevtk
Copy link

Please update README.md AdbClient.Instance.GetDevices (); no longer available

How to use it now?

@bddckr
Copy link

bddckr commented Jul 31, 2020

@SparkYDevtk Please keep discussions to a specific issue. This one is about updating the Readme. By doing so others like me can follow along with this project without having to filter out "noise".

Read #192 (comment) and/or comment in #191.

@byronbytes
Copy link

I know this is 2 years old but the way to use AdbClient.Instance.GetDevices() is to do this. It works the same since it's initializing it.

 AdbClient Client = new AdbClient();
 var device = Client.GetDevices();

Then you can use the commands like Client.Reboot() for example.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants