Updated docs for next

This commit is contained in:
Website Deployment Script
2016-05-09 13:46:40 +00:00
parent cef1aef330
commit 5501fdc9e1
+1 -1
View File
@@ -170,7 +170,7 @@ improves incremental build times for changes in java code.</p><span><block class
</span><h4><a class="anchor" name="add-android-tools-directory-to-your-path"></a>Add Android Tools Directory to your <code>PATH</code> <a class="hash-link" href="docs/getting-started.html#add-android-tools-directory-to-your-path">#</a></h4><p>You can add the Android tools directory on your <code>PATH</code> in case you need to run any of the Android
tools from the command line such as <code>android avd</code>.</p><span><block class="linux android" />
</span><p>In your <code>~/.bash</code> or <code>~/.bash_profile</code>:</p><div class="prism language-javascript"># Your exact string here may be different<span class="token punctuation">.</span>
</span><p>In your <code>~/.bashrc</code> or <code>~/.bash_profile</code>:</p><div class="prism language-javascript"># Your exact string here may be different<span class="token punctuation">.</span>
PATH<span class="token operator">=</span><span class="token string">&quot;~/Android/Sdk/tools:~/Android/Sdk/platform-tools:${PATH}&quot;</span>
export PATH</div><span><block class="windows android" />