how and where to do following job

If your looking to test your app on an actual device make sure to enable debugging on your phone. To do this you generally follow the following steps:

  1. Open the ‘Settings’ on your phone
  2. Open ‘About phone’
  3. Click multiple (about 7) times on Build number, a dialog will show up informing you that you are now a developer.
  4. Go back to ‘Settings’ and click on ‘Developer options’
  5. Enable USB debugging

You also need to allow your computer to trust your device. This you do in the dialog that pops up on your phone, after connecting with USB.

Leave a Comment