This repository has been archived by the owner on Jun 23, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
d1579a4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I got an problem I have my weather url which works fine but when I run it from the app I get:
java.net.UnknownHostException: Unable to resolve host "api.openweathermap.org": No address associated with hostname
I added the internet permission an to everything as it´s show in the videos.
What could it be wrong?
Here is the url that I´m using:
http://api.openweathermap.org/data/2.5/forecast/daily?q=04800&mode=json&units=metric&cnt=7&id=524901&APPID=8fec1d6b295722570a4bc2736d6be386
Thanks in advance
Never mind I forgot to connect my device to internet :)
d1579a4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@linker85 Did you solve the problem with the connection?