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