You are on page 1of 1

PDFReporter Android sample application tutorial

This tutorial shows how to run the build and run the Android sample
(https://play.google.com/store/apps/details?id=org.oss.pdfreporter.android.pdfreporter)
application on your computer.

Requirements:

Android Studio or IntelliJ IDEA

Android device or emulator

Android Studio can be downloaded at http://developer.android.com/sdk/index.html

Instructions:

Go the the Sample-App file section:

https://sourceforge.net/projects/pdfreporter/files/Sample-app/

Select Android and download

android-sample-project.zip

Extract the contents of this zip file to a local directory

Open Android Studio or IntelliJ IDEA

Select File -> Import Project

Select the build.gradle file in the extracted root directory.

The application should now run on your connected Android device or emulator, depending on your
workspace setup.
You can now explore the sample's source code to see how it works. This sample Android application
project has a dependency on the pdfreporter-android-1.1.0.jar.

You might also like