From cbd72ad06c7e043859e04f036d225085fc5a7c94 Mon Sep 17 00:00:00 2001 From: LuckyLuky <8luckyluky8@gmail.com> Date: Tue, 12 Apr 2016 09:42:17 -0700 Subject: [PATCH] Update DevelopmentSetupAndroid.md Summary:Emulator in Android Studio 2.0 introduced new shortcut for hardware menu button. Closes https://github.com/facebook/react-native/pull/6923 Differential Revision: D3168434 fb-gh-sync-id: 7b73146003ae1d2191536796ea0fd50840ef5bec fbshipit-source-id: 7b73146003ae1d2191536796ea0fd50840ef5bec --- docs/DevelopmentSetupAndroid.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/DevelopmentSetupAndroid.md b/docs/DevelopmentSetupAndroid.md index 802c86848..4708f8b7e 100644 --- a/docs/DevelopmentSetupAndroid.md +++ b/docs/DevelopmentSetupAndroid.md @@ -78,7 +78,8 @@ Genymotion is much easier to set up than stock Google emulators. However, it's o 1. Run `android avd` and click on **Create...** ![Create AVD dialog](img/CreateAVD.png) 2. With the new AVD selected, click `Start...` -5. To bring up the developer menu press F2 (or install [Frappé](http://getfrappe.com)) +5. To bring up the developer menu press F2 (or ⌘+M for Android Studio 2.0 or newer) +6. Install [Frappé](http://getfrappe.com) (OSX only) ### Windows Hyper-V Alternative