diff --git a/releases/next/docs/getting-started.html b/releases/next/docs/getting-started.html index 86eb6d107f2..82ccd653d9c 100644 --- a/releases/next/docs/getting-started.html +++ b/releases/next/docs/getting-started.html @@ -170,7 +170,7 @@ improves incremental build times for changes in java code.

Add Android Tools Directory to your PATH #

You can add the Android tools directory on your PATH in case you need to run any of the Android tools from the command line such as android avd.

-

In your ~/.bash or ~/.bash_profile:

# Your exact string here may be different. +

In your ~/.bashrc or ~/.bash_profile:

# Your exact string here may be different. PATH="~/Android/Sdk/tools:~/Android/Sdk/platform-tools:${PATH}" export PATH