Return to Snippet

Revision: 69608
at July 28, 2015 19:57 by rickdehoop


Initial Code
android list sdk --all --extended | grep "build-tools-" | awk '{print substr($4,14,6)}' | head -2 | tail -1

Initial URL


Initial Description
Gets the 2nd build tools entry (first is mostly a preview). If there isn't a second then it takes the first entry.

Initial Title
get latest stable android version

Initial Tags


Initial Language
Bash