Android ADB API from C / C ++ Applications

I want to contact the adb service on my Android phone (via USB) from my c / C ++ application.

It should be "fast", so there is no way out of the shell to run a Java program.

Are there any examples in this case and an API for this type of connection?

Thank.

+3
source share
1 answer

Sorry, Android apps do not have access to adb socket.

+1
source

Source: https://habr.com/ru/post/1782931/


All Articles