I am trying to write tests for Android app using Appium in JAVA (Eclipse). I have added the required jar files into the Build Path of the Project. However "package Appium" is not being recognized and gives me error "Declared package "Appium" does not match the expected package "". "
Also, based on my research on this, I found out that I should have a Maven project so I set up MAVEN but am getting "Build Failed" Error "No prefix found for 'archtype' in the current project and in the plugin groups, available from the repositories", when I run the "mvn archtype:generate" command.
What would be a fix for this?