stephanenicolas / Quality-Tools-for-Android

1.27k stars 235 forks source link

Missing dependencies #48

Open odehrani opened 7 years ago

odehrani commented 7 years ago

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

realdadfish commented 7 years ago

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.