我正在尝试在 android studio 中导入MusicBobber库。我已经下载并导入了示例项目,但是当我同步项目时,出现了这个错误:
Error:A problem occurred configuring project ':app'.
A problem occurred configuring project ':audiowidget'.
Could not download support-media-compat.aar (com.android.support:support-media-compat:24.2.0)
Could not get resource 'https://jcenter.bintray.com/com/android/support/support-media-compat/24.2.0/support-media-compat-24.2.0.aar'.
Could not GET 'https://jcenter.bintray.com/com/android/support/support-media-compat/24.2.0/support-media-compat-24.2.0.aar'.
Connection to 'https://jcenter.bintray.com' refused
当我尝试打开https://jcenter.bintray.com时,网站将毫无问题地打开。我也在使用自由门作为代理。问题出在哪里,我该怎么办?