I am trying to register a device onto GCM using the following code:
public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceSta
I had same problem, after update SDK in my project. it helped for me: I just "add support library" in "Android tools". Hope this helps anyone else.