当前位置:网站首页>Airtest stepped on the pit -- start flash back
Airtest stepped on the pit -- start flash back
2022-07-22 07:00:00 【Yimi sunshine 08】
Recently, at the request of the company , Get to know Airtest Use , But the problem of being started to flash back has been stuck for more than a day . Now let's introduce my process
- Follow the official website guidance document https://airtest.doc.io.netease.com/ Go to the official website to download AirtestIDE(http://airtest.netease.com/index.html)
- Follow the instructions to download locally , After decompression , On the D Under a folder on the disk
- According to official documents , Then the following is the problem of Keng dad's startup flash back ...
Mode one : double-click AirtestIDE Under the AirtestIDE.exe, There's a problem , The program opens the window, then the startup message appears and flashes back
Mode two : double-click CompatibilityMode.bat, With bat Formal startup , Still dodging
The way 3: Double click compatibility mode to start .bat, Still flash back after startup , No solution
4. Check yourself according to the document , Check version , Because the official download is the latest , So there is no Airtest Version of the problem , Then check that I am Win10 System , So there is no problem with the system
5、 Then search all kinds of information on the Internet , Also updated the graphics card driver ,but It's no use ; Restarting the computer still doesn't work ; Downloading and installing again still cannot be solved
6、 Finally, I found that there was no generation after the startup failed log journal , Then think about whether the startup failed because of the permission problem
7、 Unzip the downloaded file in another directory , It's working .........
8、 So I found that my current directory has no permission to modify and write , So after adding permissions , Restart succeeded ...
PS:: I can't find all kinds of strategies on the Internet ,github I also read others' submissions on issue, It still hasn't been solved , Finally, it turned out to be write permission , It's been a long day , I hope to record this history of blood and tears , Useful for future friends , Can you take fewer detours .....
边栏推荐
猜你喜欢
随机推荐
How can elastic group by intercepting the values of fields?
flask - { “message“: “Failed to decode JSON object: Expecting value: line 1 column 1 (char 0)“ }
第二章 使用 api mgmnt 服务
Educational Codeforces Round 100 (Rated for Div. 2) B. Find The Array 题解
Envi band synthesis inverse operation -- band splitting
MODIS16天数据月合成/季合成
EF linq杂记
String... 可变长度参数列表
[MySQL and database] MySQL & database Chapter 8: variables in MySQL
英特尔计划出售基带芯片业务,但苹果已放弃?
Qt之QML虚拟键盘
IDEA SSH 工具远程链接失败
关于性能测试的这点事,干货来袭「建议收藏」
Jupyter使用TIPS
C#字体使用效果
OS实验五 基于内核栈切换的进程切换
C language - how to use structs and struct pointers?
vscode - 所选环境中没有可用的Pip安装程序
【MATLAB问题解决】解决Matlab编译后的.exe文件在另一台电脑上无法运行的问题
怎么实现无缝轮播图?用原生js写一遍