how to include utility classes in eclipse (android programming)
开发者_运维问答I am doing Android programing with Eclipse (Helios), and I have some utility classes created. How do I set up Eclipse, so that if I use one of my utility classes it gets included when the project compiles?
You add them to the Build Path (Right click on Project > Build Path)
精彩评论