Running Tests - AzureAD/azure-activedirectory-library-for-android GitHub Wiki
Without Maven:
1- Get dependency libraries and place into tests/Functional/libs Libraries:
- android-junit-report-1.5.8.jar https://github.com/downloads/jsankey/android-junit-report/android-junit-report-1.5.8.jar
- dexmaker-mockito.jar https://dexmaker.googlecode.com/files/dexmaker-mockito-1.0.jar
- dexmaker.jar https://dexmaker.googlecode.com/files/dexmaker-1.0.jar
- mockito-all.jar https://mockito.googlecode.com/files/mockito-all-1.9.5.jar
- robotium-solo.jar https://robotium.googlecode.com/files/robotium-solo-5.0.1.jar
2- Import test project and instrumentaiton test app at tests/testapp into Eclipse
3- Right click on test project and run jUnit Tests
4- Choose AVD from the list
5- Test instrumentation app will be installed and tests will be executed