Android and iOS Mobile Application Development (Part 4): Testing and deploying our Mobile Application onto an actual Android or iOS device
Welcome to the fourth and final part of our series on Android and iOS Mobile Application Development. Previously, we have seen how to debug our mobile application within the Google Android Emulator. Now, we are ready to deploy our app onto an Android and iOS physical device. Let's take a look at how to deploy our application on an Android device first. Android deployment If you are using Windows, first, we will have to download the necessary hardware device drivers. After this is done, we will need to install Google USB driver. This will allow us to use the Android Debugging Bridge or adb for debugging on a physical device later. To install Google USB driver, in Visual Studio 2015, select Tools > Android > Android SDK Manager. Scroll down to Extras and you will be able to see the Google USB driver. Go ahead and install it. After installation is done, we will now be able to start deploying to, and debugging from an Android device. Go ahead and plugin your device...