I need to start android-development to develop an app for a motorola smartwatch on my good old mac OS X lion. Therefore I tried installing android studio when I got to the point where everything goes wrong and that's where I realised that mac OS X 1.8 was required.
After looking for workarounds (I am pretty sure there must be some as I found people claiming having android studio running on a not-requirement-meeting OS) I stumbled upon a question on SO. Although the answer there suggested to forget about android studio, I tried again and I discovered that you could install android studio without AVD. This turned out better than expected and after replacing the ADB with an older (mac os x 10.7.5 compiled) version, I finally managed to start a new project.
Although everything seems to work now, gradle hangs when I try to build a random project with blank activity. As I don't find much information about gradle, its system requirements and I don't have any experience with it, I was wondering whether someone would know a solution.
Which leads to my actual question: Is there a workaround to get android studio running on an older mac OS X? For instance by solving the gradle-problem or maybe some totally other technique or am I doomed to use eclipse (assuming I am not dual-booting)?
Any help is welcome!