MVVM_Hacker_News icon indicating copy to clipboard operation
MVVM_Hacker_News copied to clipboard

Error while gradle sync (org/apache/commons/lang3/StringUtils)

Open captswag opened this issue 8 years ago • 5 comments
trafficstars

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?

image

captswag avatar May 11 '17 12:05 captswag

Seconding. I tried removing the apt plugin and databinding also (seems that its integrated to build tools now), still doesn't work.

st-f avatar May 18 '17 08:05 st-f

Use my fork instead of this deprecated repository.

PHELAT avatar Jul 01 '17 10:07 PHELAT

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

st-f avatar Jul 01 '17 12:07 st-f

Yeah i saw this error, but i think it's from server side.

PHELAT avatar Jul 01 '17 16:07 PHELAT

@st-f Remove / in prefix of api. It will work @GET("/topstories.json") >> @GET("topstories.json")

binhbt avatar Aug 10 '17 07:08 binhbt