Skip to content Skip to sidebar Skip to footer

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 in

Solution 1:

Yes, try this:

pm install apk.apk

Post a Comment for "How To Install Android Application In Android Without Using Adb?"