I am new at android programming, I am using ADT Bundle (Android Developer Tools, "eclipse+plugin SDK"), I wanted to use google maps, so I installed google_play_services from SDK manager, and when I added this line to my code
import com.google.android.gms.maps.GoogleMap;
the next error appeared
The import "com.google" cannot be resolved
I have already looked in the internet, and I found some propositions that didn't work, and others for the older versions of SDK (<=2013).
It talks about .jar file of google_play_services (to import it to the library) in /extras/google/google_play_services/libproject/google-play-services_lib/ that doesn't exist (libproject/google-play-services_lib/) in the SDK folder that I have, and I can't either find the .jar file.
If you have a solution, I'll really appreciate your help!
Best Regards, Maya