I want to show place picker so that user can choose location of his/her own choice. But place picker child activity automatically closes after launch. I\'ve check the API ke
Please check the logcat of your app for 'PLACES_API_ACCESS_NOT_CONFIGURED' message. If this is the case, enabling the Google Places API for Android in your Google Developer Console for this project should solve your problem.