Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install Android app in Eclipse without running it

I'm using Eclipse to develop a bunch of Android apps and I need to batch install them, either on the emulator or on an attached device. I'd like to be able to push them all to the device without running them individually in Eclipse.

How can I do that?

like image 711
Dave Avatar asked May 18 '26 05:05

Dave


1 Answers

try using adb.

adb install -r your/path/to/file.apk

-r is forced install.

You can also create a batch file with number of adb install commands.

like image 97
Rotemmiz Avatar answered May 20 '26 19:05

Rotemmiz



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!