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