Please help, it's all the days that I work on this problem and used all possible solutions found on the web.
Requirements: Use juno eclipse, ADT 20 I have works with business GCM, I did a project a bit more complicated using the demo of Android developers (http://developer.android.com/guide/google/gcm/demo.html) And I realized that my application was in Crask each call class GCMRegistrar.
So I created a minimal exercise that will work if I unlock everything.
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);
}
I attach the screenshot of the min exercise I added the gcm.jar library and I did all I found.
I am a new user than I can not post img but I put a public link of bropbox https://www.dropbox.com/s/dyi0y4sppz4rcq3/img%20GCM%20problem.zip