I\'ve used the Maps APIs many times before and not had this problem, but I\'ve clearly done something wrong with this IntelliJ project. Under Settings->SDKs I have specified
I use the newest 0.8.9 version and I must say there is no File->Settings option and the preferences reached by clicking the tool icon have no Modules section inside. How do I fix my problems with import com.google.android.gcm.GCMRegistrar; not found?
Under my version of Idea, the controls are a bit different:
Project settings -- Modules -- (ModuleName) -- triangle to unfold the tree -- Android; and on the right you see "Android platform:" and a selection control. There is no "Android 2.1-update1 Google APIs" in that control, but you press the "New" button and... select an existing directory with downloaded stuff, e.g. /android-sdk-mac_x86/platforms/android-9
I still don't understand why it reads "New", but it works.
So to get the Google (Maps etc) APIs working in IntelliJ: