Pergunta

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

Foi útil?

Solução

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

Outras dicas

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top