Open
Description
If a flutter user has multiple Android Studio installations on their computer, we determine which is the "newest". The first way we order these is lexicographically comparing the directory names. This seems the wrong approach.
See discussion in #124771 for more context.