安卓代码翻译
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);
} }
这代码谁能翻译成火山可以用的代码
你这不是Android程序,而是自动化测试,火山应该不支持吧。 这个翻不了。data/local/tmp/local/tmp/uidump.xml另外没有这个文件。
页:
[1]