How to Install/Uninstall android apk with Batch file
Lets see how we can install Android Apk by creating Batch File

Apk Installation via Batch File:-
- Make sure you have set the system’s PATH variable
- Open a notepad
- Type command adb install
- Now save file
- Right Click the file and rename it to Install.cmd
- Now connect your device to PC
- Double click on install.cmd batch file,you can see that the apk installation process in initiated and then completed
- In order to use it regularly, you will have to maintain the same name and path of your apk.If you change the name or path of your apk,it will not work.
- Make sure you have set the system’s PATH variable
- Open a notepad
- Type command adb Uninstall e.g adb uninstall com.adobe.reader
- Now save file
- Right Click the file and rename it to uninstall.cmd
- Now connect your device to PC
- Double click on uninstall.cmd batch file,you can see that the already installed app on your device is getting uninstalled
No comments:
Post a Comment