Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to write "@" in android emulator ?

I have a MAC and with OPT-ò (italian keyboard layout) I can write "@" in ALL application but not in "Android emulator". I don't want to press "char per char" via virtual keyboard in my app. Is it possibile (and how) write "@" without virtual keyboard?

like image 540
ZioBudda Avatar asked Dec 27 '16 00:12

ZioBudda


People also ask

How do I enable keyboard on emulator?

To enable this setting go to Android Studio -> Tools -> Android -> AVD Manager. Click on the edit button for the desired emulator. Scroll to the very bottom of the advanced settings and check “Enable keyboard input”.


2 Answers

You can add english keyboard and use shift+2 with keyboard switching. Not so cool but you can do it without mouse.

Or if you need input long text may be easier is use adb

adb shell input text 'type\ text\ here'

like image 188
Anton Pogonets Avatar answered Sep 21 '22 04:09

Anton Pogonets


Alt + 64 works too, I'm using spanish keyboard

like image 23
andres sanchez Avatar answered Sep 20 '22 04:09

andres sanchez