Hello,
I'm new to Android development but not to IntelliJ. I'm trying to get a very simple Android Project setup using the Google Play Services (in particular, Maps). I've been having all sorts of trouble getting it working. I'm able to compile, but I'm getting the well documented java.lang.NoClassDefFoundError: com.google.android.gms.R$styleable error. I've tried all of the different solutions posted but I'm not able to get past this error.
Has anyone succesfully ran an Android / Google Play (Maps) app in IntelliJ Community Edition 12? Can you kindly point me to some instructions on setting this up?
Thanks