android三方调试几个常用命令

1.查看mainline 版本命令

bash 复制代码
adb shell dumpsys package com.google.android.modulemetadata | findStr versionName  

2.谷歌市场更新短信应用

bash 复制代码
adb shell am start -a android.intent.action.VIEW -d market://details?id=com.google.android.apps.messaging -p com.android.vending

3.Google case 地址

bash 复制代码
https://partnerissuetracker.corp.google.com/home

4.GMS 下载地址

bash 复制代码
https://docs.partner.android.com/gms/building/integrating/gms-download

5.Mainline 下载地址

bash 复制代码
https://docs.partner.android.com/mainline/release/release-notes/2025/july/notes-PRELOAD-2025-07-23-v0-1

6.命令快速输入字符串账号密码等

bash 复制代码
adb shell 下输入:
input text  账号
input text 密码
相关推荐
aramae1 小时前
MySQL数据库入门指南
android·数据库·经验分享·笔记·mysql
百锦再1 小时前
选择Rust的理由:从内存管理到抛弃抽象
android·java·开发语言·后端·python·rust·go
whatever who cares2 小时前
在Java/Android中,List的属性和方法
android·java
油炸小波4 小时前
09-微服务原理篇(XXLJOB-幂等-MySQL)
android·mysql·微服务
果子没有六分钟4 小时前
setprop debug.hwui.profile visual_bars有什么作用
android
金融小师妹7 小时前
基于多源政策信号解析与量化因子的“12月降息预期降温”重构及黄金敏感性分析
人工智能·深度学习·1024程序员节
键来大师8 小时前
Android15 源码关闭Selinux
android·java·framework·rk3588
Ro Jace8 小时前
三国华容道(横刀立马)移动策略
android·java·数据库·人工智能·深度学习·神经网络·游戏
Digitally9 小时前
如何将短信从安卓手机传输到电脑
android