2016-12-20 5 views

答えて

2

トップのbuild.gradleファイルにmaven urlを追加する必要があります。

<your_bintray_account_name>はあなたがBintrayへのログイン後のURLで参照ハンドルである、
allprojects { 
    repositories { 
     jcenter() 
     maven { 
      url "http://dl.bintray.com/<your_bintray_account_name>/maven" 
     } 
} 

- >https://bintray.com/<your_bintray_account_name>/maven

関連する問題