In this section, you will learn to test what you have created so far using your Android phone and Visual Studio. There are a few steps you need to perform before you can deploy and test what you created on your phone:
- On your Android phone, go to Settings | System | About.
- Hit the Build number seven times, until you come to a prompt asking you whether you want to make your phone into a development phone.
The following screenshot show Build number, which you need to hit seven times to make your phone into a development phone:
Build number
- Go to Settings | System | Developer options.
- Make sure the USB debugging option is enabled.
The following screenshot shows enabling USB debugging:
USB debugging
- Open Visual Studio 2017.
- Go to File | Open | Project/Solution, go to your MyPodCast directory, and choose the MyPodCast.sln file.
- Connect your USB to...