Difference between revisions of "How to use SATA"
From ESS-WIKI
(Created page with "{{TOCleft}} ABC") |
|||
Line 1: | Line 1: | ||
− | &# | + | <div id="toc" class="toc"><div id="toctitle"> |
+ | == Contents == | ||
+ | <span class="toctoggle"> [<a href="#" id="togglelink">hide</a>] </span></div><ul style="display: block;"> | ||
+ | <li><a href="#Step_One:_Set_Up_the_Android_SDK"><span class="tocnumber">1</span> <span class="toctext">Step One: Set Up the Android SDK</span></a></li> | ||
+ | <li><a href="#Step_Two:_Enable.C2.A0USB_Debugging_on_Your_Phone"><span class="tocnumber">2</span> <span class="toctext">Step Two: Enable USB Debugging on Your Phone</span></a></li> | ||
+ | <li><a href="#Step_Three:_Test_ADB_and_Install_Your_Phone.E2.80.99s.C2.A0Drivers.C2.A0.28if_Needed.29"><span class="tocnumber">3</span> <span class="toctext">Step Three: Test ADB and Install Your Phone’s Drivers (if Needed)</span></a></li> | ||
+ | <li><a href="#Step_Four_.28Optional.29:_Add_ADB_to_Your_System_PATH"><span class="tocnumber">4</span> <span class="toctext">Step Four (Optional): Add ADB to Your System PATH</span></a></li> | ||
+ | <li><a href="#Step_Five.C2.A0:_Install_an_apk_by_using_adb"><span class="tocnumber">5</span> <span class="toctext">Step Five : Install an apk by using adb</span></a></li> | ||
+ | </ul> | ||
+ | </div> |
Revision as of 10:31, 25 January 2017
Contents
[<a href="#" id="togglelink">hide</a>]- <a href="#Step_One:_Set_Up_the_Android_SDK">1 Step One: Set Up the Android SDK</a>
- <a href="#Step_Two:_Enable.C2.A0USB_Debugging_on_Your_Phone">2 Step Two: Enable USB Debugging on Your Phone</a>
- <a href="#Step_Three:_Test_ADB_and_Install_Your_Phone.E2.80.99s.C2.A0Drivers.C2.A0.28if_Needed.29">3 Step Three: Test ADB and Install Your Phone’s Drivers (if Needed)</a>
- <a href="#Step_Four_.28Optional.29:_Add_ADB_to_Your_System_PATH">4 Step Four (Optional): Add ADB to Your System PATH</a>
- <a href="#Step_Five.C2.A0:_Install_an_apk_by_using_adb">5 Step Five : Install an apk by using adb</a>