AndroidViewClient
AndroidViewClient copied to clipboard
Installation of packages
Looking through your adb code it appears you have not added anything for installing packages but assume they are already installed. Is there a reason you left this feature out?
The protocol used by adb
to install packages is undocumented. Adb source
could be analyzed but haven't had the time.
In the meantime you can use adb install
.
On Thu, Sep 26, 2013 at 5:43 PM, sk87287 [email protected] wrote:
Looking through your adb code it appears you have not added anything for installing packages but assume they are already installed. Is there a reason you left this feature out?
— Reply to this email directly or view it on GitHubhttps://github.com/dtmilano/AndroidViewClient/issues/53 .
Have you read my blog ? http://dtmilano.blogspot.com android junit tests ui linux cult thin clients
Still in the TODO list...