sanyuexinjian 发表于 2020-3-27 14:37:15

安卓代码翻译

public class launch extends UiAutomatorTestCase {

    public void testDumpHierarchy() throws UiObjectNotFoundException {
      File file = new File("/data/local/tmp/local/tmp/uidump.xml");
      UiDevice uiDevice = getUiDevice();
      String realPath = "uidump.xml";
      uiDevice.dumpWindowHierarchy(realPath);
    } }

这代码谁能翻译成火山可以用的代码

0晨鹤0 发表于 2020-5-12 09:07:55

你这不是Android程序,而是自动化测试,火山应该不支持吧。

创世魂 发表于 2020-5-15 11:27:49

这个翻不了。data/local/tmp/local/tmp/uidump.xml另外没有这个文件。
页: [1]
查看完整版本: 安卓代码翻译