AVLoadingIndicatorView icon indicating copy to clipboard operation
AVLoadingIndicatorView copied to clipboard

Error:Could not find property 'websiteUrl' on project ':library'.

Open xxss0903 opened this issue 7 years ago • 6 comments

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?

xxss0903 avatar Apr 06 '17 08:04 xxss0903

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

SachinR90 avatar Apr 13 '17 06:04 SachinR90

I solved the problem by commenting those lines

ahmedba7rini avatar Apr 19 '17 11:04 ahmedba7rini

very nice thanks

dwkim-sugarhill avatar Aug 17 '17 09:08 dwkim-sugarhill

Error:No service of type Factory<LoggingManagerInternal> available in ProjectScopeServices.

akhileshjangid avatar Dec 15 '17 04:12 akhileshjangid

I have resolved this issue just by changing "vcs_Url" by "vcsUrl" on library/build.gradle

sbouiachref avatar Feb 20 '18 16:02 sbouiachref

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

fengjw1 avatar Mar 10 '18 07:03 fengjw1