Quality-Tools-for-Android
Quality-Tools-for-Android copied to clipboard
Missing dependencies
I'm trying to build the project, but there is a problem with the dependencies in pom.xml:
[WARNING] The POM for android:android:jar:4.2.2_r2 is missing, no dependency information available [WARNING] The POM for android.test.uiautomator:uiautomator:jar:4.2.2_r2 is missing, no dependency information available
I saw in stackoverflow that there is a maven android sdk deployer but it's not clear how to fix it.
Thanks, Rani
This project is rather dead. Have a look at https://github.com/googlesamples/android-testing-templates/tree/master/AndroidTestingBlueprint to get a basic outline how to set up unit and instrumentation testing in Android, including code coverage.