I just downloaded the sample from Android-Bootstrap, But all the fonts Icons are not displaying.
I just downloaded the latest version, and still I am having the same problem. (I tried to run the sample project) also same issue.
Is anyone have this issue ? or does anyone knows how to came around ?
The fontawesome icons will only display if
fontawesome-webfont.ttf
is present in the assets folder of your app, so you need to copy the file there. In a typical Android studio project your assets folder can be found atapp/src/main/assets
.