To work with Prebid Mobile, you will need accesss to a Prebid Server. See this page for options.
Easily include the Prebid Mobile SDK using Maven. Simply add this line to your gradle dependencies:
implementation 'org.prebid:prebid-mobile-sdk:2.0.7'
Build Prebid Mobile from source code. After cloning the repo, from the root directory run
scripts/buildPrebidMobile.sh
to output the final lib jar and package you a demo app.
Run the test script to run unit tests and integration tests.
scripts/testPrebidMobile.sh