不能使用GCMRegistrar?

时间:2012-07-12 09:28:14

标签: android google-cloud-messaging

无法使用我添加到构建路径的gcm.jar中的GCMRegisterar,但我仍然在logcat中收到此消息。

07-12 14:29:08.825: I/dalvikvm(23536): Could not find method com.google.android.gcm.GCMRegistrar.getRegistrationId, referenced from method com.example.registration_id.MainActivity.onCreate

1 个答案:

答案 0 :(得分:4)

您需要创建一个/libs文件夹并将gcm.jar复制到该文件夹​​中,然后再构建它。