I'm developing an android app and I have a problem with Android Studio
I am using Android Studio and I wanted to add the GCM(Google Cloud Messaging) module, so I go to app -> new module -> Google Cloud -> App Engine Backend with GCM, then I click on Finish and Gradle starts synchronizing the project, but it says "Gradle sync failed, basic functionality (compiling, debugging) will not work properly, and in the MainActivity.java, ActionBarActivity symbol cannot be resolved. I fixed the Activity error deleting the module, but I want to add it to my App.
P.S 1: Specs
- Android Studio v 1.2.1.1
- Widnows 7 Professional 64 bits
- Gradle:
android { compileSdkVersion 22 buildToolsVersion "22.0.1" defaultConfig { applicationId "com.mycompany.myapp" minSdkVersion 10 targetSdkVersion 22 versionCode 1 versionName "1.0"