Has anyone tried building the android eclipse plugin from source?
I'm wanting to link some font files stored outside of my project directory into my android project's assets/fonts directory. Eclipse allows me to do this via importing the files and specifying the link advanced option. However, when I inspect the apk I can tell the fonts are only included if they are copied into the directory. This seems like it could be an easy fix.