ExpandableLayout icon indicating copy to clipboard operation
ExpandableLayout copied to clipboard

Could not find property 'VERSION_NAME'

Open dpw1 opened this issue 10 years ago • 7 comments

I have no clue why, but I keep getting this error. What could I do?

Error:(18, 0) Could not find property 'VERSION_NAME' on root project 'ExpandableLayout-master'. Open File

dpw1 avatar Aug 18 '15 21:08 dpw1

maybe i think this is the same as #24

check build.gradle! change

compile project(':library')

to

compile 'com.github.traex.expandablelayout:library:1.3'

yoshimaa avatar Aug 28 '15 10:08 yoshimaa

thank you :) .

MakeYourChoice avatar Mar 22 '16 07:03 MakeYourChoice

Have you solved this problem still i am getting error of VERSION_NAME

TekiLakshmanSundeep avatar Mar 22 '16 07:03 TekiLakshmanSundeep

@TekiLakshmanSundeep I also have this problem. version = '1.1' group = 'foo' It work for me.

liuyi999111 avatar Sep 01 '16 10:09 liuyi999111

@liuyi999111 I did what you meant, but it happened. Error:No such property: GROUP for class: org.gradle.api.publication.maven.internal.ant.DefaultGroovyMavenDeployer

did you meet this problem?

kscMaster avatar Oct 20 '16 01:10 kscMaster

Use step: remove // version = VERSION_NAME // group = GROUP then use compile 'com.github.traex.expandablelayout:library:1.3'

kscMaster avatar Oct 20 '16 05:10 kscMaster

Please check on #58

backids99 avatar Feb 15 '17 15:02 backids99