Android

From Max's Wiki
Revision as of 01:03, 11 February 2019 by Max (talk | contribs) (Created page with "=USB Debugging= #Download and install Visual Studio: https://developer.android.com/studio/index.html #Enable Developer Mode on S7 ##Launch the settings app from your Home scr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

USB Debugging

  1. Download and install Visual Studio: https://developer.android.com/studio/index.html
  2. Enable Developer Mode on S7
    1. Launch the settings app from your Home screen or the app drawer
    2. Tap on About Device. It's all the way down at the bottom of the menu
    3. Tap on Software info
    4. Tap on Build number 7 times
  3. Enable USB Debugging
    1. Launch the settings app from your Home screen or the app drawer
    2. Tap on Developer Options
    3. Turn on USB debugging
  4. Connect device to computer
  5. Launch Command Line
    1. CD into C:\Users\[user]\AppData\Local\Android\sdk\platform-tools
    2. Type in adv devices to verify that the device is connected
    3. Type in adb logcat to start the logging process