Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.09 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.09 KB

NearbyTest License: CC BY-NC-SA 4.0

Testing Android apps using Google Nearby Connections API.

Build the template app

./gradlew installDebug

Using PEERFLEET library Gradle Plugin

For faster integration with your app, you can use our Gradle project.

In your root project folder you should checkout this project:

git checkout [email protected]:m3ftah/NearbyTest.git

In 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")

Using 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).