openstf adb

来源:互联网 发布:sql语言教程 编辑:程序博客网 时间:2024/04/28 01:36

ADB Keys

By providing to STF your Public ADB Key, you will be able to use the any device at any time fromadb connect, even without needing to open STF at all.

This is very useful for automation tasks (like running functional tests over multiple Android devices).

Before starting

To be able to use the device locally you need to have installed the Android SDK Tools.

Step 1: Check your ADB Key

ls ~/.android/adbkey.pub

It should list your Public ADB Key.

Note: If you have never runned adb on your computer, you may not have a.android directory. It will be created when you run any ADB command likeadb devices.

Step 2: Copy your ADB Key to the clipboard

Run this command to copy the key to your clipboard:

pbcopy < ~/.android/adbkey.pub

It should copy the contents of the adbkey.pub file to your clipboard.

Note: You can also use your text editor, by opening the ~/.android/adbkey.pub file and copying the contents of the file.

Step 3: Add your ADB Key to STF

Now that the key is in the clipboard, add it into STF:

  1. Go to Settings.
  2. Click the Keys tab.
  3. In ADB Keys, Press the + (Add) button.
  4. In Key, paste the key and press Enter.

Now you should be able to use any device more freely in STF.


0 0
原创粉丝点击