当前位置:网站首页>Auto.js Pro write the first script hello world
Auto.js Pro write the first script hello world
2022-08-03 03:37:00 【Pull a light hand】
| All tutorials, source code and software in this article are for technical research only.It does not involve the deletion, modification, addition or interference of the functions of the computer information system, nor does it affect the normal operation of the computer information system.Do not use the code for illegal purposes, such as infringing and deleting! |
Write your first script hello world
The previous article introduced the development environment configuration of Auto.js Pro. Now I am ready to start writing the first script
We will prepare a series of tutorials later, including some usage experience andSome real projects, stay tuned
Auto.js Pro Environment Configuration
Environment:
- VS Code
- Auto.js Pro 7.0.4
- Thunderbolt 4 Emulator
Prepare:
- Open Auto.js Pro in the simulator and enable: Accessibility Services, Floating Window, Volume Down Key Control (Force Stop Script), Debugging Services
- VS Code connects to the simulator
- adb View device connection status

Script:
1.VS Code create a new JavaScript file and enter: toast('hello world')
边栏推荐
- Linux定时任务脚本执行时mysqldump备份异常的问题
- Best Practices for Migration from Jincang Database from MySQL to KingbaseES (3. MySQL Database Migration Practice)
- 22 ES6 knowledge points
- Compose the displacement of the view
- C语言——结构体(声明、内存对齐、自引用)、位段、联合体、枚举常量合集
- Postman如何做接口自动化测试?
- 详细讲解一下JVM的内存模型与实现?
- 任意版本JLink驱动官方下载指引
- C语言——-动态内存开辟与管理(malloc,free,calloc,realloc)+柔性数组
- els 计分
猜你喜欢
随机推荐
详细讲解一下JVM的内存模型与实现?
数字3d虚拟交互展厅顺应时代发展需求和趋势
PyTorch安装——安装PyTorch前在conda搭建虚拟环境的报错
Kotlin 乘法、我怎么越乘越小?
VS中使用BugTrap定位程序崩溃点
leetcode:152. 乘积最大子数组
22 ES6 knowledge points
sql问题,如何能做到先声明表的名称,例如product202201,表示2022年一月份的货物表,再在声明过的表中查找,下面的代码运行时有错误显示找不到表table_name,请问改如何进行修改
Have bosses know date field flinksql is synchronized to the use of the null on how to deal with
List<Object>转List<User>:
IPv4编址;A类、B类、C类、D类、E类IP地址(IP地址;网络地址和主机地址;子网掩码;网关;广播地址;)
在排列中求lcs
SqlSession [[email protected]]
370万欧元!西班牙iPronics加速可重构光子芯片商用
【leetcode热题Hot100】——LRU缓存
uniapp中动态修改导航栏标题
PSSecurityException
金仓数据库 OCCI 迁移指南(5. 程序开发示例)
How to write test cases in software testing technology (2)
radio button、qss文件环境配置








