今天,我跟随Youtube将笔记本电脑(linux-Debian)设置为安装
android SDK工具,我已经通过命令行在环境变量中设置了PATH
[终端线]:
hauying@hauying-yoga-linux:~$ echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/hauying/Android/tools:/home/hauying/Android/platform-tools
成功设置PATH后,无法打开“ uiautomatorviewer”。
当我尝试打开它时显示以下错误:
[终端线]:
hauying@hauying-yoga-linux:~/Andriod/tools/bin$ '/home/hauying/Andriod/tools/bin/uiautomatorviewer'
-Djava.ext.dirs=/home/hauying/Andriod/tools/lib/x86_64:/home/hauying/Andriod/tools/lib is not supported. Use -classpath instead.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
我尝试使用命令-classpath,但是找不到此命令。
如何打开“ uiautomatorviewer”。请帮忙。
最佳答案
请尝试以下网站上的说明。这些可能有助于解决问题:
https://sansatechnology.wordpress.com/2017/11/20/how-to-fix-appium-uiautomatorviewer-issue/
解决方法:https://discuss.appium.io/t/uiautomatorviewer-throws-error/11620/15
关于python - 设置PATH后无法打开uiautomatorviewer,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/57139077/