Advanced_Android_Development icon indicating copy to clipboard operation
Advanced_Android_Development copied to clipboard

Correction in naming of services

Open singh-sarabjeet opened this issue 9 years ago • 0 comments

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.

singh-sarabjeet avatar Jan 26 '17 19:01 singh-sarabjeet