简体   繁体   中英

The import com.google cannot be resolved?

I am using a tutorial at this page: http://www.vogella.de/articles/AndroidCloudToDeviceMessaging/article.html

It tells me to change the main activity, everything is going well except for this error: "The import com.google cannot be resolved"

The line highlighted is:

import com.google.android.c2dm.C2DMessaging;

What could be the problem? Should it be my project name instead of com.google? Because I have a java file that is Web.SMS.C2DMessaging.

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

在此处输入图片说明

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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM