Android: how to add google play services to the project in IDEA

It took several hours to find out how to add google Play services to my project in IDEA. Finally, I found a comment on StockOverflow – Create a file ~/android-sdk/extras/google/google_play_services/libproject/google-play-services_lib/src/dummy.java containing class dummy {}. – File->Import Module-> ~/android-sdk/extras/google/google_play_services/libproject/google-play-services_lib – Create Module from Existing Sources – Next->Next->Next->Next->Finish – File->Project Structure->Modules->YourApp – +->Module Dependency->Google-play-services_lib (The + button… Continue reading Android: how to add google play services to the project in IDEA