1. 查看android当前版本号
在build/core/versiondefaults.mk文件中查看PLATFORMVERSION即可; grep PLATFORMVERSION build/core/versiondefaults.mk
2. 查看android分支版本号
git --git-dir .repo/manifests/.git/ branch -a或者 cd .repo/manifests git branch -a | cut -d / -f 3
2022-05-06 02:16:40
在build/core/versiondefaults.mk文件中查看PLATFORMVERSION即可; grep PLATFORMVERSION build/core/versiondefaults.mk
git --git-dir .repo/manifests/.git/ branch -a或者 cd .repo/manifests git branch -a | cut -d / -f 3