私はAndroid StudioのプロジェクトでShowcaseViewプロジェクトを使用しようとしていますが、プロジェクトをビルドすることはできません。Androidでshowcaseview libraryをコンパイルできません
ショーケースリンク:https://github.com/amlcurran/ShowcaseView
私は次が含まれている:アプリで
/build.gradle- build.gradle-
repositories
{
mavenCentral()
}
で
compile 'com.github.amlcurran.showcaseview:library:5.4.1'
私が手次のエラー:
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':app'.
> Could not resolve all dependencies for configuration ':app:_debugCompile'.
> Could not resolve com.github.amlcurran.showcaseview:library:5.4.1.
Required by:
BLEDemo:app:unspecified
> Could not resolve com.github.amlcurran.showcaseview:library:5.4.1.
> Could not get resource 'https://jcenter.bintray.com/com/github/amlcurran/showcaseview/library/5.4.1/library-5.4.1.pom'.
> Could not GET 'https://jcenter.bintray.com/com/github/amlcurran/showcaseview/library/5.4.1/library-5.4.1.pom'.
> Connection to https://jcenter.bintray.com refused
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Iveはオンラインでいくつかの提案を試みましたが、解決策が見つかりませんでした。
また、ライブラリをsettings.gradleにインクルードしてインポートしようとしましたが、エラーが発生しました。
いくつかお手伝いできますか?
ありがとうございます。
ありがとうございます。このコード行が何を表しているのかちょっと混乱しています。 [systemProp.http.nonProxyHosts = *。nonproxyrepos.com | localhost] ご存知ですか? –
参照先のリンクに従ってください:私が正しく理解していれば、プロパティのこれらの行を変更する必要があります:https://docs.gradle.org/current/userguide/build_environment.html#sec:accessing_the_web_via_a_proxy。 – KimKulling
私はこの行をどのように変更するのか分かりません:[systemProp.http.nonProxyHosts = *。nonproxyrepos.com | localhost] –