随笔分类 -  Android Dev

摘要:启动虚拟机 emulator @pixel2 -skip-adb-auth -allow-host-audio -port 5554 -no-snapshot -no-boot-anim -memory 3072 -partition-size 8192 启动Appium自动下载ChromeDriv 阅读全文
posted @ 2023-04-23 22:48 xyphoenix 阅读(16) 评论(0) 推荐(0) 编辑
摘要:1. String to InputStream new ByteArrayInputStream(str.getBytes()); 2 ProGuard https://www.jianshu.com/p/4278862ef7e7 阅读全文
posted @ 2023-01-04 09:21 xyphoenix 阅读(21) 评论(0) 推荐(0) 编辑
摘要:参考: https://blog.csdn.net/weixin_44339238/article/details/109202733 (看我一波,Android获取进程名函数,代码优化到极致的操作!) https://blog.csdn.net/liuwg1226/article/details/ 阅读全文
posted @ 2022-12-30 21:58 xyphoenix 阅读(18) 评论(0) 推荐(0) 编辑
摘要:Android的service主要用于跨进程通信。 静态配置有 配置 说明 android:exported 是否暴露给其他app android:enabled 是否启用 android:permission 权限声明 android:process 所属进程 android:isolatedPr 阅读全文
posted @ 2022-12-30 21:56 xyphoenix 阅读(66) 评论(0) 推荐(0) 编辑
摘要:Mirror allprojects{ repositories { def ALIYUN_REPOSITORY_URL = 'http://maven.aliyun.com/nexus/content/groups/public' def ALIYUN_JCENTER_URL = 'http:// 阅读全文
posted @ 2022-11-10 19:55 xyphoenix 阅读(43) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示