Creating a Maven Project
You can choose to create a Maven project in Eclipse.
• Select New Project
• In the New Project window, select Maven on the left side of the screen as shown below. If the SDK is already defined in Eclipse then it will pick up from there.
• If you cannot see MAVEN option here . Go to Help Eclipse Market Place and Search Maven Plugin and install it. After Restart Eclipse you can see Maven
• Click Next
• Click Next
• Click Next
• Give a Maven GroupID, ArtifactID, and a Version for the project, or use the defaults.
• Click on Finish.
Once the project is created, copy the below dependencies in the pom.xml file.
Once the project is created, created folder called apps and put the .apk file there which is your application under test.
So basically your solution would look like below: