助けてください、私はこの問題に取り組んでいて、ウェブ上で見つかったすべての可能な解決策を使用しています。
要件: 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を投稿できないよりも新しいユーザーですが、ブロプボックスの公開リンクを置き ます https://www.dropbox.com/s/dyi0y4sppz4rcq3/img%20GCM%20problem.zip