Android: No Resource Found Powered_by_google_light Icon In Build Tools 23.0.3?
I have always used the powered_by_google icons as I'm using the Google Places API. They look like this: On this site, it says the icons are included within the Google Play service
Solution 1:
Some places functionality moved into its own library in v9.2. You need to add com.google.android.gms:play-services-places:9.2.1
to your gradle file.
Solution 2:
It's freak, but in my case I had to un-install Google Repository and then re install Google Repository from Android SDK "Extras" section.
Post a Comment for "Android: No Resource Found Powered_by_google_light Icon In Build Tools 23.0.3?"