See APPLICATION_DEVELOPMENT.md for general information on Edgent Application Development, Packaging and Execution.

#Building the Edgent samples

By default java8 class files are generated. Java7 and Android platform class files are produced when the appropriate profile is specified.

./mvnw clean package  # -Pplatform-java7 or -Pplatform-android as needed

A standard jar and uber jar is created for each sample category in the sample category's target directory: <category>/target.

##Running the samples

See the README.md in each sample category directory.