关于Android studio中的自动化测试脚本UiAutomator框架以及UiAutomatorViewer工具的使用——项目案例

加入依赖

implementation 'androidx.test.uiautomator:uiautomator:2.2.0'

创建CalcActivity页

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical"
    

你可能感兴趣的:(android,studio,android,ide)