AVLoadingIndicatorView
AVLoadingIndicatorView copied to clipboard
Error:Could not find property 'websiteUrl' on project ':library'.
Error:Could not find property 'websiteUrl' on project ':library'.
download full project, and build by Android Studio 2.2.3, alwayls show this error? add as library to my project will either show the same error?
I was having the same problem. Unfortunately, the Gradle cannot find the few values from the extra properties block i.e. ext{} . Solved this by changing them to -
ext {
groupId = 'com.wang.avi'
versionName = '2.1.3'
desc = 'Nice loading animations for Android'
LIB_NAME = 'AVLoadingIndicatorView'
websiteUrl = 'https://github.com/81813780/AVLoadingIndicatorView'
issueTrackerUrl = 'https://github.com/81813780/AVLoadingIndicatorView/issues'
vcsUrl = 'https://github.com/81813780/AVLoadingIndicatorView'
}
this is in library/build.gradle
I solved the problem by commenting those lines
very nice thanks
Error:No service of type Factory<LoggingManagerInternal> available in ProjectScopeServices.
I have resolved this issue just by changing "vcs_Url" by "vcsUrl" on library/build.gradle
I have resoved this issue by some ways:
dependencies { classpath 'com.android.tools.build:gradle:2.3.3' classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.3.1' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-all.zip
I use AndroidStudio version is 3.0.1