请帮忙,我整天都在解决这个问题,并使用了在网上找到的所有可能的解决方案。
要求:使用juno eclipse,ADT 20 我曾与商业GCM合作,我使用Android开发者的演示做了一个更复杂的项目(http://developer.android.com/guide/google/gcm/demo.html)而且我意识到我的应用程序在 Crask 每个调用类 GCMRegistrar 中。
因此,我创建了一个最小的练习,如果我解锁所有内容,它将起作用。
import com.google.android.gcm.GCMRegistrar;
public class Manda extends Activity {
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_manda);
crash ---> GCMRegistrar.checkDevice(this);
// while developing the app, then uncomment it when it's ready.
GCMRegistrar.checkManifest(this);
}
我附上了我添加 gcm.jar 库的最小练习的屏幕截图,我做了所有我发现的事情。
我是新用户,无法发布 img,但我放了一个 bropbox 的公共链接 https://www.dropbox.com/s/dyi0y4sppz4rcq3/img%20GCM%20problem.zip