如何在Android的Studio插件库? [英] How to add library in Android Studio?

查看:150
本文介绍了如何在Android的Studio插件库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图第三方库添加到我的项目。结果
但它一直在给这个错误:

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'.

我加入浮动操作按钮

能有人提到我的正确步骤我怎么导入?

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

推荐答案

=nofollow的>这里您所提供的链接。你只是简单地粘贴到您的的build.gradle 文件

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'

如果您想了解更多关于Android的工作室,签出的本教程我如何开始与Android工作室制作:D

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

这篇关于如何在Android的Studio插件库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆