I am developing an android application as part of a project, and am using Google places API to display places of interest based on location. I am using the PlacePicker Inent
Francois Wouts' solutions helped answer this. Thank you Francois...
I searched the logs with keyword 'Places' and found that Places API was indeed throwing an exception. It expected the com.google.android.geo.API_KEY within the tags in the Manifest.xml.
I had changed to com.google.android.geo.API_KEY in the tag and not the one in the tag.
Now changed to com.google.android.geo.API_KEY and removed the same lines from tag, and got it working. Feel like an idiot for not working this out by myself..
The meta-data tag should read
android:name="com.google.android.geo.API_KEY"
It should be within thetag in the Manifest.