when i open it
YxmCute opened this issue · 3 comments
YxmCute commented
Error:Could not find property 'MyOpenWeatherMapApiKey' on com.android.build.gradle.AppExtension_Decorated@181e15ee.
pharrellyhy commented
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
Follow the instructions here:
https://github.com/udacity/Sunshine-Version-2/#open-weather-map-api-key-is-required
Kenny31 commented