AndroidViewClient icon indicating copy to clipboard operation
AndroidViewClient copied to clipboard

Installation of packages

Open sk87287 opened this issue 11 years ago • 2 comments

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?

sk87287 avatar Sep 26 '13 21:09 sk87287

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

dtmilano avatar Sep 27 '13 04:09 dtmilano

Still in the TODO list...

dtmilano avatar Dec 02 '14 06:12 dtmilano