Get started with Prebid Mobile by creating a Prebid Server account here
Easily include the Prebid Mobile SDK using Maven. Simply add this line to your gradle dependencies:
compile 'org.prebid:prebid-mobile-sdk:[0,1)'
Build Prebid Mobile from source code. After cloning the repo, from the root directory run
./buildprebid.sh
to output the final lib jar and package you a demo app.
Run the test script to run unit tests and integration tests.
./testprebid.sh