Smitha
Smitha

Reputation: 6134

How to include dependencies properly in android studio

I am following the tutorial - http://www.javacodegeeks.com/2014/05/how-to-develop-an-android-weather-app-using-weatherlib.html - to get weather forecast using yahoo weather api. But, unable to resolve errors given in the screenshot. How do I fix it?

cannot resolve err enter image description here

Please help.

Thanks

Upvotes: 2

Views: 184

Answers (1)

Kelevandos
Kelevandos

Reputation: 7082

Simply build your project after adding the dependency. It will download all the packages and the IDE will properly recognize them.

Upvotes: 1

Related Questions