Manage projectsSet up projectsMobile testingAndroidConfigure fingerprint setting in an Android emulator Configure fingerprint setting in an Android emulatorHere is the sample app for this guide.You can also see this video for demonstration. Create an emulator with Fingerprint settings, for instance Pixel 3 API 30.We can select any of the options below for the screen lock setting.Use the adb command to emulate finger touching action.//Open terminaladb -e emu finger touch <finger ID>//finger ID from 1 to 10Ex: adb -e emu finger touch 10The fingerprint emulation is accomplished.