Run My Application

After coding, we need to test run the application on device or emulator. For this purpose we would go through a running configuration and procedure.
Connect Device
Enable USB debugging on your device by Developer options in Settings.If Developer Option is not showing on your device then Go to the settings, and scroll down to “About phone.” or “About Tablet” click on it. Scroll down to the bottom to “Build number“, click it seven times.
Connect your device to your machine(Laptop etc.) with a USB cable. If needed install driver for it.
Android Studio Virtual Machine
Create AVD in Android Studio as




Run Application

Click the app folder in the Project and then select Run click Run  in the toolbar.

In the Select Deployment Target , select the emulator or device picked and click OK.

After some processing of apk deployment and installation it will run on your target.



Watch it on Our Youtube Channel



Comments