wireless debugging android studio 11 | Run, install, debug your App over Wi-Fi?

In this Android tutorial I share wireless debugging android studio | Run/install/debug Android applications over Wi-Fi?. Wireless ADB debugging is made much simpler by Android Studio Bumblebee. In the past, I published an article on how to set the wireless ADB debugging by using commands. In the latest version of Android Studio named Bumblebee the Bumblebee, a brand new and much … Read more

Android Studio Bumblebee New Features 2022

Android Studio Bumblebee New Features

Amazing Features You Need to Be aware of to use Android Studio Bumblebee. The latest stable version of Android Studio, interestingly named after an insect “Bumblebee” is 2021.1.1 with Android Gradle plugin (AGP) version 7.1.0. In this post, we’re going to discuss the most fascinating aspects of this version. In essence, Android Studio is the official … Read more

The 8 best exercise for weight loss

The 8 best exercise for weight loss

The best exercise for weight loss at home, Half of the American adults try to lose weight each year, according to estimates. People who want to lose weight often turn to exercise, rather than dieting. This helps you lose weight by burning calories. Exercise can help you lose weight and has many other benefits such as … Read more

How to enable Virtualization (VT) on Windows 10

How to enable Virtualization (VT) on Windows 10

In this article i share how to enable virtualization VT on Window 10. When you try to install intel haxm  in android studio the showing error intel haxm installation failed. to install intel haxm follow the instructions found at: https://github.com/intel/haxm/wiki/installation-instructions-on-windows. Solutions for the error is to enable virtualization VT and try agin is working successfully. … Read more

intel haxm installation failed | Failed to install HAXM during Android Studio installation 2022

intel haxm installation failed | Failed to install HAXM during Android Studio installation

Hi developer in this article i am sharing a android solution. intel haxm installation failed | Failed to install HAXM during Android Studio installation. When you Install HAXM throw android studio they throw error like :- intel haxm installation failed. to install intel haxm follow the instructions found at: https://github.com/intel/haxm/wiki/installation-instructions-on-windows HAXM installation failed is a … Read more

Android Read OTP Automatically Using Broadcast Receiver

Android Read OTP Automatically Using Broadcast Receiver

Hi Android developer in this android blog i am making a example for Android Read OTP Automatically Using Broadcast Receiver. Like you can see the most of android app and banking app read your otp automatically. When the OTP come your phone auto read it and fill the OTP in the Edit Text auto. Similar … Read more

Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8

Solved Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8

Hello all in this Android solution, I will discuss a problem I’m currently experiencing in Android Studio. Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8. Today I downloaded and installed Android studio’s most recent version, but I’m getting an error message like this: Android Gradle plugin requires Java 11 to … Read more

Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE

Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE

Hi Developer in this android studio article I share how to fix Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE. This issue comes when you upgrade your android project and Run your App Android 12. Google has toled to use the FLAG_IMMUTABLE or FLAG_MUTABLE  for the PendingIntent. When you run … Read more

Intro showcase view in Jetpack Compose 2022

Intro showcase view in Jetpack Compose

Hi, Android developer in this Intro showcase view in Jetpack Compose example we make an example to show the App feature. As you can see most Android applications add a showcase for the First time App open user. When the user opens see the App menu with a help text. In the Showcase, you can … Read more