Mehmet Taylan Oztek
Mehmet Taylan Oztek

Reputation: 1

Android Studio Emulator Upper Case B not typing

I'm using Android Studio 3.0.1 and building applications for SDK with following settings:

    flavorDimensions "default"
    compileSdkVersion 26
    buildToolsVersion '26.0.2'
    defaultConfig {
        applicationId "com.logi3pl.wms.wmsmobile"
        minSdkVersion 15
        targetSdkVersion 26
        versionCode 1
        versionName "1.1.23"
        testInstrumentationRunner 
        "android.support.test.runner.AndroidJUnitRunner"
      }

After a recent update, none of my AVD emulators are accepting uppercase 'B' from keyboard. Lower case 'b' and all other chars are working upper/lower case. On-screen keyboard accepts uppercase 'B'.

Not only the software I am coding, but also google search bar and every other app on the device has the same problem.

Don't know even where to look at. Appreciate any help. Thanks in advance

Upvotes: 0

Views: 705

Answers (2)

Mehmet Taylan Oztek
Mehmet Taylan Oztek

Reputation: 1

Just downloaded the newest update. The problem seems to be fixed.

Upvotes: 0

marktnische
marktnische

Reputation: 11

I have got the same problem, using Android Studio 3.01, Android 7.1.1 (emulated Pixel API 25).

I filed a report to Google.

Update: They fixed it in Version 27.0.5

Upvotes: 0

Related Questions