简体   繁体   中英

Android Studio - AVD doesn't recognize gestures (cant unlock emulator)

I just started learning to program for android and sadly after making one program (Hello World) I have already ran into an issue. The gesture for "Swipe to Unlock" or for the camera are not functioning. I can bypass it on the stock emulator because it shows a notification i can click that will skip the screen, however i would much rather just figure out a solution, i have searched around on Google and StackOverflow to no avail... maybe someone can help out.

Thanks in advance, Jon

ok solved! for those that might have the same problem, just press f2

adb shell input keyevent 82

我有同样的问题并且厌倦了它,这总是有效的。

AVD_WXGA_TABLET emulator. Android v 7

F2 does nothing. Dragging with left-down mouse tries to do a swipe up but bounces back down when I release the mouse. I've tried fast and slow, release on the virtual device or off it. Short and long strokes. You name it...

The f'ing thing won't unlock. And for all the keystrokes available in the tool pallet including fingerprints, there is no simple swipe-left/up/down/right. You'd think they would have had cntrol-alt-arrow for that out of sheer common sense or as the result of the developer trying to use it.

In my case, I just restarted the simulator by holding down the "Power" button in the simulator menu for a couple of seconds and then choosing "Restart." I was able to unlock the simulator easily after that.

I'm not sure exactly which step solved it, maybe all, but these were my steps

  • Use the SDK manager to update to the latest version of the emulator
  • Turn off the emulator (hold the power button and select Power Off)
  • Close Android Studio
  • Reopen Android Studio
  • Launch the emulator from the AVD manager

On mac you can keep holding the command key and then do the swipe gesture with the mouse or trackpad of your computer.

Video

Try using one of two ways

  • Swipe up from top section of screen
  • Swipe up from bottom section of screen ie just above the navigation buttons.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM