I have two projects in my Eclipse ADT Android/Java workspace
MyProject
MyProjectAutomatedUITests
In MyProject, there is a package .constants
with a class ButtonNames.java
that is full of constants
I want to be able to use the members of that class from MyProjectAutomatedUITests
How can I do that?