Attempt to install Qt on OS X gives ‘You need to install Xcode 5.0.0’, but this version is so old it’s not available

I ran into the same problem and solved it by following the instructions here. This link describes a similar, but slightly different installer issue. To summarize, you need to ensure that the Xcode command line tools are installed and set up correctly. I already had them installed, but had to go into Preferences -> Locations … Read more

Can’t run Android Studio on Yosemite

UPDATE 2014.12.10 This should be the final update on this question. After the final release of Android Studio v1.0, there is an official way to select your JVM, mentioned here: http://tools.android.com/tech-docs/configuration/osx-jdk All the following information is kept only as reference, please don’t use it. UPDATE 2014.11.26 Editing the Info.plist file as suggested in this answer … Read more