how to include utility classes in eclipse (android programming) -


I am programming Android with Eclase (Halius), and I have some utility classes that have been created. How do I install Eclipse, so that if I use any one of my utility classes, then it is included when the project is compiled?

You add them to the build path (right click on project> build path)

< / Div>

Comments