onNewIntent(Intent intent) {
super.onNewIntent(intent);
setIntent(intent);
}
добавил, но теперь ошибки вида - MainApplication.java:57: error: cannot find symbol super.onNewIntent(intent); ^ symbol: method onNewIntent(Intent) MainApplication.java:58: error: cannot find symbol setIntent(intent); ^ symbol: method setIntent(Intent) location: class MainApplication 2 errors
прописал, но не помогло: Couldn't start service: Intent { act=com.google.android.gms.gcm.ACTION_TASK_READY cmp=com.google.android.googlequicksearchbox/com.google.android.apps.gsa.tasks.BackgroundTasksGcmService (has extras) }
Обсуждают сегодня