首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何在android studio中包含android-bootstrap?

如何在android studio中包含android-bootstrap?
EN

Stack Overflow用户
提问于 2014-01-03 22:39:08
回答 2查看 8.6K关注 0票数 3

我想把android-bootstrap按钮包含在android studio中,来自github的wiki说:

https://docs.github.com/Bearded-Hen/Android-Bootstrap/wiki/Installation-Guide

代码语言:javascript
复制
    Please follow these instructions to install the Android Bootstrap library:

Download the project
Unzip the project to somewhere you will remember
Check inside your new folder that you have two projects inside - AndroidBootstrap and AndroidBootstrapTest
Open Eclipse
Press File - Import - Android - Existing Android Code
For the root directory - browse to the location of where the projects are - you'll need to click the top folder to import both the library and the test project
Hopefully you should have two projects to import
Ensure that the "copy projects into workspace" is ticked
Click finish
On the project you want to use AndroidBootstrap - right click - properties
Find the tab on the left that says "Android"
Bottom half of the window is for including libraries - click Add - and select AndroidBootstrap
Should like the image below:
Click Ok
You can now either follow the BootstrapButton guide or FontAwesomeText guide to start adding AndroidBootstrap items in your layouts :)

但是我不知道如何在android studio..Is中做到这一点,这是我第一次使用这个工具,但是我迷路了。

EN

回答 2

Stack Overflow用户

发布于 2018-11-20 12:49:00

首先,别忘了给你的应用程序提供互联网权限将这个添加到你的AndroidManifest文件

代码语言:javascript
复制
<uses-permission android:name="android.permission.INTERNET"/>

将其放在Gradle脚本>build.gradle(模块:应用程序)

代码语言:javascript
复制
implementation 'com.beardedhen:androidbootstrap:2.3.2 
票数 1
EN

Stack Overflow用户

发布于 2014-02-21 03:36:46

在项目的根目录中创建一个文件夹"libs“,在这个put AndroidBoostrapsLibrary中添加下面的代码到setting.grandle中

代码语言:javascript
复制
':libs:AndroidBootstrap'

这段代码

代码语言:javascript
复制
compile project(':libs:AndroidBootstrap')

在你的build.grandle里。

票数 -1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/20906050

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档