MVVM_Hacker_News
MVVM_Hacker_News copied to clipboard
Error while gradle sync (org/apache/commons/lang3/StringUtils)
Facing issues during initial project setup. I am running Gradle sync from Android Studio and it keeps giving me the error shown in the below image. Anyone else facing similar issue?

Seconding. I tried removing the apt plugin and databinding also (seems that its integrated to build tools now), still doesn't work.
Use my fork instead of this deprecated repository.
Got an authentication error: "E/StoriesFragment: There was a problem loading the top stories retrofit2.adapter.rxjava.HttpException: HTTP 401 Unauthorized" - http://imgur.com/a/y2GP0
Yeah i saw this error, but i think it's from server side.
@st-f Remove / in prefix of api. It will work @GET("/topstories.json") >> @GET("topstories.json")