Testing Android apps using Google Nearby Connections API.
./gradlew installDebugFor faster integration with your app, you can use our Gradle project.
In your root project folder you should checkout this project:
git checkout git@github.com:m3ftah/NearbyTest.gitIn YourProject/settings.gradle you should add:
include ':NearbyTest'
project(':NearbyTest').projectDir = new File('../NearbyTest')And in YourProject/settings.gradle you should add:
compile project(":NearbyTest")If you are using NearbyTest, please cite the following research paper:
Lakhdar Meftah, Romain Rouvoy, and Isabelle Chrisment. "Testing nearby peer-to-peer mobile apps at large."In Proceedings of the 6th International Conference onMobile Software Engineering and Systems, pp. 1-11. IEEE Press, 2019. (pdf).
