Android
zpf03
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Android studio报错:grandle sync failed,caused by :zip file is empty
导入客户的项目,协助检查问题,android studio 一直报错,zip file is empty,问题肯定粗在grandle上,但网上查了各种方法,都没办法解决。仔细检查log,发现log提示 Could not create an instance of Tooling API implementation using the specified Gradle distribution 'https://services.gradle.org/distributions/gradle-3.3-a原创 2021-09-01 09:31:01 · 894 阅读 · 0 评论 -
使用Accessibility Service监听按键
最近开发Android PDA项目,需要软件在后台运行,有一项功能需要监控用户按键,onKeyDown只能在前台监听按键,无法后台运行,所以只能采用Accessibility Sevice。原创 2021-06-20 22:16:48 · 3809 阅读 · 2 评论
分享