CORGI
An open source project by FPL.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Groups Pages
Building for Android

Version Requirements

CORGI is known to build with the following tool versions:

Before Building

Building

To build the project:

For example:

cd corgi
./dependencies/fplutil/bin/build_all_android -E dependencies

Installing and Running the Sample

Install the sample using build_all_android.

For example, the following will install and run the sample on a device attached to the workstation with the serial number ADA123123.

cd corgi
./dependencies/fplutil/bin/build_all_android -E dependencies -T debug -d ADA123123 -i -r

If only one device is attached to a workstation, the -d argument (which selects a device) can be omitted.