udacity / Sunshine-Version-2

The official repository for Developing Android Apps
Apache License 2.0
2.87k stars 4.41k forks source link

when i open it #305

Closed YxmCute closed 5 years ago

YxmCute commented 7 years ago

Error:Could not find property 'MyOpenWeatherMapApiKey' on com.android.build.gradle.AppExtension_Decorated@181e15ee.

pharrellyhy commented 7 years ago

This is used by OpenWeatherMap API when you fetching the weather information from the website. So you need to generate your own API key on their website https://openweathermap.org/appid#get. Then, change 'MyOpenWeatherMapApiKey' to "\"your_key_here\"".

brndmg commented 7 years ago

Follow the instructions here: https://github.com/udacity/Sunshine-Version-2/#open-weather-map-api-key-is-required

Kenny31 commented 6 years ago

Facing the same problem. I have generated my API and I am still getting error. error1 error2