Search code examples
androidapkadbandroid-install-apk

How to install android application in android without using adb?


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?


Solution

  • Yes, try this:

    pm install apk.apk