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

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -