To do any development and debugging activity on Android devices, the first thing we need to do is enable the developer options. Different phones have different navigations for enabling developer options; here, we list a few of them:
- Samsung Phones:
- Launch Settings > About Device > Build number
- LG Phones:
- Launch Settings > About Phone > Software Information > Build number
- Stock Android Phone:
- Launch Settings > About phone > Build number:
Once we reach the Build number, we need to tap on it seven times, and then it will show a message saying You are now a developer!. This will enable the developer options on the device under the Settings menu. Tap on Developer options and select USB debugging. Also, ensure that the option of Verify apps over USB is turned off. This option, when turned on, stops app deployment on the physical device:
This...