Advanced_Android_Development
Advanced_Android_Development copied to clipboard
Correction in naming of services
MyInstanceIDListenerService and MyGcmListenerService are in com.example.android.sunshine.app.gcm package . The missing dot operator(.) causes error in recognising actual file paths. Placing the dot causes the android studio to look inside of com.example.android.sunshine.app package rather than outside of it.