I'm trying to integrate Google Cloud Messaging with my Android Project. So far I followed all advice I found and installed the Google Play Services, then checked it out as a project and added as a referenced project to my own project.
I found similar questions but none of the answers worked for me. I still get the class not found error.
When I import it in java code it finds it just fine, but when I try to run it on my device, this line throws the exception (nothing else so far references the google play lib project):
int resultCode = GooglePlayServicesUtil.isGooglePlayServicesAvailable(this);
I am out of ideas, anything which might help me? Thank you