简体   繁体   中英

Received status code 403 from server: Forbidden Disable Gradle 'offline mode' and sync project in ANDROID STUDIO

Could not GET 'https://dl.bintray.com/drummer-aidan/maven/com/afollestad/easyvideoplayer/0.3.0/easyvideoplayer-0.3.0.pom'. Received status code 403 from server: Forbidden Disable Gradle 'offline mode' and sync project

Found this gradle error while app build. Offline mode is not turned on.

I found that https://dl.bintray.com is not working. So is there any solution to use an alternative repo to get "bintray" and "easyvideoplayer"

Thanks in advance

Try this:

    compile group: 'com.github.ravenfeld', name: 'easyvideoplayer', version: '1.2.1'

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM