Perch is an augmented reality (AR) Android app for viewing 3D models from Google Poly in real environments.
Download Perch from the releases page.
Deploying the application for development requires an Android emulator or a connected Android device with USB debugging enabled. Developing with Android Studio is highly recommended, but the project can be built and tested with the external Gradle tasks:
./gradlew installDebug
- build/install the debug build./gradlew lintDebug
- lint debug build; report generates in./app/build/reports
./gradlew testDebugUnitTest
- unit test the debug build