1

I am trying to add a 3rd party library to my project.
But it keeps on giving this error:

Error:(10, 0) Could not find property 'VERSION_NAME' on project ':library'.

I am adding Floating action button library

Can someone mention me the proper steps how do I import it?

VMAtm
  • 27,943
  • 17
  • 79
  • 125
WISHY
  • 11,067
  • 25
  • 105
  • 197

1 Answers1

0

as mentioned in here in the link you provided. You just simply paste this into your Build.gradle file

compile 'com.getbase:floatingactionbutton:1.9.0'

If you want to learn more about android studio, check out this tutorial I made on getting started with android studio :D

edwinj
  • 430
  • 3
  • 14