The import com.google cannot be resolved? The import com.google cannot be resolved? android android

The import com.google cannot be resolved?


Did you add c2dm.jar to your project's build path?

enter image description here

First copy the c2dm.jar to lib folder in your project (create one if there are none).

1.) Right click on your project and select Properties.
2.) Select Java Build Path and select Libraries tab.
3.) Click Add External JARs... button and choose the c2dm.jar from lib folder.
4.) Click Open and OK.