Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android emulator control buttons (back, home, task) are not working

I have installed android emulator through terminal

system-images;android-29;google_apis;x86_64 | 10 | Google APIs Intel x86 Atom_64 System Image

I have installed this sdk with the help of sdkmanager and I have created an avd with avdmanager. I am able to run my application in the avd, but back, home, task buttons are not working, there was no effect by clicking that buttons. I have been working on this and most of the answers suggested either enable focus on mouse hover feature in gnome-tweaks or edit hw.keyboard parameter in android/avd/config.ini file. focus on mouse hover feature didn't help me and I dont have avd folder in my android directory. I am using Ubuntu 20.04 LTS

like image 641
Vijin Avatar asked Jul 02 '20 06:07

Vijin


People also ask

How do I fix Android emulator not working?

If the Android Emulator does not start properly, this problem is often caused by problems with HAXM. HAXM issues are often the result of conflicts with other virtualization technologies, incorrect settings, or an out-of-date HAXM driver. Try reinstalling the HAXM driver, using the steps detailed in Installing HAXM.

Why is my app not running on emulator Android studio?

The Best Answer is Probably the project you are running is not compatible (API version/Hardware requirements) with the emulator settings. Check in your build. gradle file if the targetSDK and minimumSdk version is lower or equal to the sdk version of your Emulator.


Video Answer


1 Answers

Go to AVD Manager and do a 'Cold boot'

like image 174
shahana kareen Avatar answered Oct 17 '22 02:10

shahana kareen