Lines Matching refs:Tools
15 <?cs if:(guide||develop||training||reference||tools||sdk) ?>develop<?cs
270 <h3>SDK Tools Only</h3>
272 <p>If you prefer to use a different IDE or run the tools from the
273 command line or with build scripts, you can instead download the stand-alone Android SDK Tools.
274 These packages provide the basic SDK tools for app development, without an IDE.
275 Also see the <a href="<?cs var:toroot ?>tools/sdk/tools-notes.html">SDK tools release notes</a>.</p>
287 <a onclick="return onDownload(this)" id="win-tools" href="http://dl.google.com/android/<?cs
306 <a onclick="return onDownload(this)" id="mac-tools" href="http://dl.google.com/android/<?cs
316 <a onclick="return onDownload(this)" id="linux-tools" href="http://dl.google.com/android/<?cs
330 <a href="<?cs var:toroot ?>tools/revisions/studio.html">Android Studio release notes</a>.</p>
356 ><?cs var:studio.win_notools_exe_download ?></a><br>(No SDK tools included)
423 $toolslink = $('#win-tools');
427 $toolslink = $('#mac-tools');
431 $toolslink = $('#linux-tools');
497 // User downloaded the SDK Tools
498 window.location = "/sdk/installing/index.html?pkg=tools";
502 ga('send', 'event', 'SDK', 'IDE and Tools', $("#downloadForRealz").html());