Toggle navigation
宇辰的专属空间
首页
文章分享
学习笔记
生活记录
相关资料
拥有
andriod
标签的文章
通过adb shell查看Android设备的硬件信息
2024-02-28 19:12:21
学习笔记
andriod
你可以使用以下命令通过adb shell查看Android设备的硬件信息:1 查看硬件信息: adb shell cat /proc/cpuinfo # 查看CPU信息adb shell cat /proc/meminfo # 查看内存信息adb shell cat /proc/mounts&nb
阅读全文
常用ADB命令
2022-10-13 10:49:54
学习笔记
andriod
adb devices查看连接计算机的设备adb install<apkfile>安装apkadb install-r<apkfile>覆盖安装adb install-s<apkfile>把apk安装到sd卡adb uninstall<packagename>卸载APKadb uninstall-k<packagename>卸载app但保
阅读全文
AndroidStudio SSL peer shut down incorrectly 问题
2021-02-20 19:41:07
文章分享
andriod
AndroidStudio 编译时出现如下问题 SSL peer shut down incorrectly 或者某些jar包下载不下来,一般是因为墙的原因导致的。这时候我们就需要配置镜像来解决这个问题。(为了提高jar包的下载速度也可以配置)配置的方法就是在根build.gradle中添加镜像仓库,一般我们选择阿里的 http://maven.aliyun.com/nexus/content/g
阅读全文
挂载系统分区可写
2020-11-03 22:53:19
文章分享
andriod
mount -o remount,rw /system
阅读全文
使用adb devices命令,老是报error:device offline的错误
2020-05-29 21:35:09
文章分享
andriod
解决方法:adb kill-serveradb start-serveradb remount再使用adb devices和adb shell就可以使用android adb功能了。
阅读全文
解锁系统允许写入文件
2019-12-07 14:38:23
学习笔记
andriod
解锁系统允许写入文件mount -o remount,rw /system这里演示安装unzippkg install unzip
阅读全文
首页
上一页
1
下一页
末页
共 6 条记录
热门标签
centos (16)
java (0)
json (1)
andriod (6)
IDEA (0)
delphi (4)
mORMot (1)
MYSQL (2)
net (18)
GO (2)
置顶推荐
友情链接