What library would you suggest for doing ADB related tasks from Java. I have a basic prototype where I fork the adb process and take the output from the process. Is there a better way for doing it via a library?. I also took a look at the ddmlib library provided by android, but seems like it is not actively developed. Is there a better library or is ddmlib up for the job ?.
Thanks