2

i have just android terminal

  • i dont have adb to install apk.
  • i dont have double click on apk and install that application.

so is there any command available using that i can install application on android shell?

Jeegar Patel
  • 26,264
  • 51
  • 149
  • 222

1 Answers1

8

Yes, try this:

pm install apk.apk
jenzz
  • 7,239
  • 6
  • 49
  • 69