Open the file ‘build.gradle’ "{Project-Folder}/platforms/android/build.gradle".
Change this :
dependencies {
compile fileTree(dir: 'libs', include: '.jar') ...}*
To:
dependencies {
compile fileTree(dir: 'libs', include: 'gcm.jar') ...}
Now you should be able to build for android.