you need to create pom.xml to project. after that you will start your tests in command line like:
mvn clean test -DsuiteXmlFile=src/test/java/recources/android_tests.xml
where "android_tests.xml" is testNG file with set of tests which need to be run.