googlearchive / android-play-places

Deprecated:
https://github.com/googlemaps/android-places-demos
Apache License 2.0
477 stars 580 forks source link

Wrong import statement in PlaceCompleteActivity from an outside package #49

Closed pflingstring closed 8 years ago

pflingstring commented 8 years ago

In the MainActivity of PlaceCompleteActivity there is a wrong (and unnecessary) import statement on line 28.

Because each module has to be imported separately, Android-Studio cannot resolve the symbol and it won't build the project.