zoukankan      html  css  js  c++  java
  • 红米Note4X开发者选项

    1、打开,设置->我的设备->全部参数

    2、看到“MIUI版本”连点7次,在点击的过程中下部会有提示“在点X次就进入开发者模式”。

    3、完成2步后,再次打开,设置->更多设置(系统和设备栏内)->开发者选项

    4、进入开发者选项后,将USB调试(在调试栏内)打开。

    5、插上数据线,将Note4X和电脑连接,选择文件传输那个选项。

    6、在电脑上打开终端,输入:adb devices

    7、这是Note4X上会提示是否认证的信息,点击确定。

    8、这是电脑终端会提示以下内容,表示连接OK:

    $ adb devices
    List of devices attached
    9fc99aebXXXX    device

    下面是英文教程:

    Setting up adb

    To use adb with your device, you’ll need to enable developer options and USB debugging:

    1. Open Settings, and select “About”.
    2. Tap on “Build number” seven times.
    3. Go back, and select “Developer options”.
    4. Scroll down, and check the “Android debugging” entry under “Debugging”.
    5. Plug your device into your computer.
    6. On the computer, open up a terminal/command prompt and type adb devices.
    7. A dialog should show on your device, asking you to allow usb debugging. Check “always allow”, and choose “OK”.

    Congratulations! adb is now ready to use with your device.

  • 相关阅读:
    bzoj 4911: [Sdoi2017]切树游戏
    bzoj 2654: tree
    bzoj 3240: [Noi2013]矩阵游戏
    有标号的DAG计数 III
    有标号的DAG计数 II
    bzoj 3512: DZY Loves Math IV
    bzoj 4480: [Jsoi2013]快乐的jyy
    bzoj 5323: [Jxoi2018]游戏
    codeforces412A
    7.6 T1 深度优先搜索(dfs)
  • 原文地址:https://www.cnblogs.com/litifeng/p/8206089.html
Copyright © 2011-2022 走看看