Greetings, I'm attempting to add some custom fonts into my <project_loc>\assets \fonts directory. These custom fonts are used by a number of different projects and therefore are stored outside of my project root. Ideally I was hoping the following would work in eclipse:
1. Create the <project_home>\assets\fonts directory. 2. Select File->Import In the Import Dialog 3. Select the Fonts to include Under Options group 4. Click the "Advanced >>" button 5. Check the "Create links in workspace", "Create virtual folders", "Create link locations relative to: PROJECT_LOC" options 6. Click Finish. Everything looks like it's working perfectly at this point, no errors are reported by Eclipse and the TTF files show up in my package explorer as linked files. However when I try to test the APK the fonts fail to load. Sure enough the APK did not contain the fonts. Importing without linking (i.e. copying) the files into the <project_loc>\assets\fonts directory works as expected but will is not a clean solution from a project setup/archive perspective. Suggestions? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en