Skip to content
Danielle Vass edited this page Nov 22, 2013 · 1 revision

Please follow these instructions to install the Android Bootstrap library:

  1. Download the project
  2. Unzip the project to somewhere you will remember
  3. Check inside your new folder that you have two projects inside - AndroidBootstrap and AndroidBootstrapTest
  4. Open Eclipse
  5. Press File - Import - Android - Existing Android Code
  6. 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
  7. Hopefully you should have two projects to import
  8. Ensure that the "copy projects into workspace" is ticked
  9. Click finish
  10. On the project you want to use AndroidBootstrap - right click - properties
  11. Find the tab on the left that says "Android"
  12. Bottom half of the window is for including libraries - click Add - and select AndroidBootstrap
  13. Should like the image below:
  14. Click Ok
  15. You can now either follow the BootstrapButton guide or FontAwesomeText guide to start adding AndroidBootstrap items in your layouts :)

alt text

Clone this wiki locally