udacity/Sunshine-Version-2

when i open it

YxmCute opened this issue · 3 comments

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

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"".

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