Question

enter image description hereI am using GCM in my project for push notifiaction, but when I added google play service library into my project after importing this, A red exclamation mark appeared in my project, I already have seen different question and answers regarding this problem when I saw my build path of project there is cross sign on Android dependencies folder please help me,enter image description here

Était-ce utile?

La solution

You are supposed to import the whole google play project and use it as a library project for your own project, not just the jar. Try Google's guide again.

Check to see if your google play lib looks like this: enter image description here

Autres conseils

That means the jar is not available in bin directory...check manually that the jar is available or not in that directory..

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top