Search code examples
androideclipseutility

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?


Solution

  • You add them to the Build Path (Right click on Project > Build Path)