Site icon Weblizar Blog

How to Debug Android App Using WIFI

How to Debug Android App Using WIFI

What is Debug?

Debuggers are software tools Thoptv app which enable the programmer to monitor the execution of a program, stop it, restart it, set breakpoints, and change values in memory. The term debugger can also refer to the person who is doing the debugging.

What is Android Application Debugging?

Android Developer when test the application that time developer has monitored application performance, memory management, execution time etc. this type of debugging in Android is called  Android Application Debugging.

Debug configurations are created much the same way, but are used to configure the options for launching and debugging applications. To create a debug configuration for your application within Android Studio, choose Run ->Debug Configurations…. Double-click on Android Application (or right-click and choose New).

 

Shortcut key for  Android Application Debugging in android studio – Alt + Shift + F9

 Android WIFI ADB

Provides an action which allows you quickly connect your Android device to WiFi to install, run and debug your applications without a USB connected by pressing one button.
Connect your device using a USB cable and press the Android WiFi ADB button. Once the device is connected to WiFi you’ll see an IntelliJ/Android Studio notification. Now you can disconnect your USB cable and enjoy deploying, running and debugging your applications over WiFi.
The version 2.0 enables a window to check which of your devices are connected or not and connect/disconnect it manually if needed.

Recommended Post: Kotlin – A New Programming Platform For Android Developers

Android Wifi ADB –  You can download the plugin from the JetBrains plugin site and install it manually in: Preferences/Settings ->Plugins ->Install plugin from disk this is the alternative.

Android wifi debugging step by step process

Related Post: How to Create Virtual Device on Android Studio

In this tutorial, you’ve learned the basics of debugging Android applications with using Android WIFI ADB plugin in Android Studio. You learned how to navigate in debug mode, using the Debug perspective, and how to step through your wifi and view output on your device. You’ve learned about debugging on real devices. You now have a handle on the basic skills that are required to get started developing real-world Android applications. You’re well on your way to Android development. What kinds of apps are you looking forward to creating? Which sample app was your favorite? Let us know in the comments!

Exit mobile version