查看Android源码的当前版本
? # This is the canonical definition of the platform version,
? # which is the version that we reveal to the end user.
? # Update this value when the platform version changes (rather
? # than overriding it somewhere else).? Can be an arbitrary string.
? PLATFORM_VERSION := 4.1.2
endif
?
他的位置比较靠前,打开就能看到了,明显,版本是4.1.2嘛,哈哈。很方便吧。