You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Debugging.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ next: testing
11
11
To access the in-app developer menu:
12
12
13
13
1. On iOS shake the device or press `control + ⌘ + z` in the simulator.
14
-
2. On Android shake the device or press hardware menu button (available on older devices and in most of the emulators, e.g. in [genymotion](https://www.genymotion.com) you can press `⌘ + m` to simulate hardware menu button click)
14
+
2. On Android shake the device or press hardware menu button (available on older devices and in most of the emulators, e.g. in [genymotion](https://www.genymotion.com) you can press `⌘ + m` to simulate hardware menu button click). You can also install [Frappé](http://getfrappe.com), a tool for OS X, which allows you to emulate shaking of devices remotely. You can use `⌘ + Shift + R` as a shortcut to trigger a **shake** from Frappé.
This guide describes basic steps of the Android development environment setup that are required to run React Native android apps on an android emulator. We don't discuss developer tool configuration such as IDEs here.
10
+
This guide describes basic steps of the Android development environment setup that are required to run React Native android apps on an android emulator. We don't discuss developer tool configuration such as IDEs here.
11
11
12
12
### Install Git
13
13
@@ -17,8 +17,8 @@ This guide describes basic steps of the Android development environment setup th
17
17
18
18
-**On Linux**, install Git [via your package manager](https://git-scm.com/download/linux).
19
19
20
-
-**On Windows**, download and install [Git for Windows](https://git-for-windows.github.io/). During the setup process, choose "Run Git from Windows Command Prompt", which will add Git to your `PATH` environment variable.
21
-
20
+
-**On Windows**, download and install [Git for Windows](https://git-for-windows.github.io/). During the setup process, choose "Run Git from Windows Command Prompt", which will add Git to your `PATH` environment variable.
21
+
22
22
### Install the Android SDK (unless you have it)
23
23
24
24
1.[Install the latest JDK](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
@@ -35,11 +35,11 @@ __IMPORTANT__: Make sure the `ANDROID_HOME` environment variable points to your
35
35
# If you installed the SDK via Homebrew, otherwise ~/Library/Android/sdk
36
36
export ANDROID_HOME=/usr/local/opt/android-sdk
37
37
-**On Linux**, add this to your `~/.bashrc`, `~/.bash_profile` or whatever your shell uses:
0 commit comments