Android Studio-unused import-com.google.android.gcm.GCMBaseIntentService; -
just started using android studio , imported 1 app eclipse workspace android studio.the problem arose when tried run app.the error unused import-import com.google.android.gcm.gcmbaseintentservice; have searched internet , couldn't find solution.please help.
yes, gcmbaseintentservice deprecated. need use googlecloudmessaging api instead. please refer following link implementation of api:
http://developer.android.com/reference/com/google/android/gms/gcm/googlecloudmessaging.html
Comments
Post a Comment