I have this problem since the last few days I have tried a lot. I found many solutions, but none of this works.
I also tried reinstalling Android Studio and SDK. I also updated the SDK.
Still the same error. Here is the error I received when the application crashed.
ATAL EXCEPTION: IntentService[GCMRegistrationService] Process: sample.tinfo.main, PID: 14194 java.lang.NoSuchMethodError: No virtual method getNoBackupFilesDir(Landroid/content/Context;)Ljava/io/File; in class Landroid/support/v4/content/ContextCompat; or its super classes (declaration of 'android.support.v4.content.ContextCompat' appears in /data/app/sample.tinfo.main-1/base.apk) at com.google.android.gms.iid.zzd.zzeb(Unknown Source) at com.google.android.gms.iid.zzd.<init>(Unknown Source) at com.google.android.gms.iid.zzd.<init>(Unknown Source) at com.google.android.gms.iid.InstanceID.zza(Unknown Source) at com.google.android.gms.iid.InstanceID.getInstance(Unknown Source) at com.pushwoosh.GCMRegistrationService.register(Unknown Source) at com.pushwoosh.GCMRegistrationService.onHandleIntent(Unknown Source) at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:145) at android.os.HandlerThread.run(HandlerThread.java:61)
I am using Mac OS with the latest android studio 1.5.0.
Here are some screenshots of My Gradle File.

Here are some screenshots of My project.properties

Here are some screenshots of My SDK

Please help me. Thanks at Advance.
cordova cordova-plugins phonegap-plugins pushwoosh
Mayur
source share