91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

android cts 相關

發布時間:2020-07-06 20:36:22 來源:網絡 閱讀:1222 作者:CamilleIT 欄目:移動開發

1 在linux和windows中使用不同的命令打開窗口,比如使用adb 時,linux要用:

Runtime.getRuntime().exec(new String[] {"/bin/sh","-c",cmd});

而windows會用 

Runtime.getRuntime().exec(new String[] {"cmd","/c",cmd});,

如果都用/bin/bash,會報以下錯誤:

java.io.IOException: Cannot run program "/bin/bash": CreateProcess error=2, The system cannot find the file specified

    at java.lang.ProcessBuilder.start(Unknown Source)

    at java.lang.Runtime.exec(Unknown Source)

    at java.lang.Runtime.exec(Unknown Source)


2 set aapt before running CTS

CTS currently supports 64-bit Linux and Mac OS host machines.


Before running the CTS, make sure you have recent versions of both Android Debug Bridge (adb) and Android Asset Packaging Tool (AAPT) installed and those tools' location added to the system path of your machine.


To install ADB, download the Android SDK Tools package for your operating system, open it, and follow the instructions in the included README file. For troubleshooting information, see Installing the Stand-alone SDK Tools.


Ensure adb and aapt are in your system path. The following command assumes you've opened the package archive in your home directory:


export PATH=$PATH:$HOME/android-sdk-linux/build-tools/<version>


3 UI automator

使用UI.takeScreenshot(path), path related


a) 使用

/data/local/tmp/

時生成文件aa.png報錯,只能先push 一個叫aa.png的文件之后,才能截屏時,替換原來的文件

b)

使用當前testcase本身的包路徑,可以生成文件,但是不能pull出來 Permission denied

文件實際路徑:/data/user/0/com.test/files/aa.png

c) 

save files that are private to your app

File f=  mContext.getApplicationContext().getExternalFilesDir(Environment.DIRECTORY_DOWNLOADS);
File path = new File(f.getAbsolutePath()+File.separator+"99.png");
mDevice.takeScreenshot(path);

可以直接生成文件aa.png.

文件實際路徑:

/storage/emulated/0/Android/data/com.test/files/Download/aa.png

d)

save public files on the external stroage

File f=  Environment.(Environment.)File path = File(f.getAbsolutePath()+File.+)

takeScreenshot--- /storage/emulated/0/Download/8888.png

 E/UiDevice: failed to save screen shot to file

  java.io.FileNotFoundException: /storage/emulated/0/Download/8888.png (Permission denied)

需要添加權限:

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

法库县| 永安市| 台湾省| 综艺| 阿拉尔市| 大丰市| 德州市| 北海市| 平遥县| 资源县| 哈巴河县| 开江县| 辽宁省| 大新县| 乌恰县| 开阳县| 陵水| 大名县| 泗阳县| 平武县| 昆明市| 玛曲县| 贵阳市| 博白县| 延津县| 屏南县| 辽宁省| 阿合奇县| 华池县| 独山县| 浦城县| 奉贤区| 宜兰市| 佛冈县| 长兴县| 宝兴县| 澎湖县| 泌阳县| 汶川县| 二连浩特市| 来凤县|