标签:android http 使用 文件 ar 工作 res 程序
1、将程序导入到工作空间,修改target=android-XX为本地android SDK版本。
2、在项目中点击右键选择Properties->Android Library,添加ANDROID-BOOTSTRAP开源项目。
3、拷贝开源包中的fontawesome-webfont.ttf到测试工程的assets目录中。
4、在布局源文件中加入
xmlns:android=”http://schemas.android.com/apk/res/android”
xmlns:androidbootstrap=”http://schemas.android.com/apk/res-auto”
xmlns:fontawesometext=”http://schemas.android.com/apk/res-auto”
5、测试
ANDROID-BOOTSTRAP开源项目使用方法,布布扣,bubuko.com
标签:android http 使用 文件 ar 工作 res 程序
原文地址:http://www.cnblogs.com/boundary/p/3880754.html