I am trying to register a device onto GCM using the following code:
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceSta
My gcm.jar
was already in libs, so it wasn't a folder naming issue for me..
I had to go to Right Click
> Build Path
> Configure Build path...
for the project in question and I removed the following:
Android Private Libraries
You might get a lot of "errors" in your project so restart Eclipse and let it clean. Once it cleans you'll have no errors. Run your project and viola.
Thanks to DLew for this answer.