Giter VIP home page Giter VIP logo

rev3's Introduction

REV3 - Remote Control of Your EV3
Copyright 2016, Bryan Walsh
All Rights Reserved

Device Requirements:
--------------------
This application was developed and tested under android marshmallow.

Build and Install Directions: Referenced from the android tutorial:
http://developer.android.com/training/basics/firstapp/running-app.html

Installing Application
----------------------
These directions assume you are installing from a linux/mac based os.

0) Set up your build environment

    Please enure the android sdk platform-tools/ and tools/ directory is in your 
    path, set the ANDROID_HOME environment variable to point to your android SDK.  
    For esample under linux if you are using bash:

    export ANDROID_HOME=/home/<user name>/Android/Sdk
    export PATH=${PATH}:/home/<user name>/Android/Sdk/platform-tools/:/home/bwalsh/Android/Sdk/tools/

1) Checkout the REV3 project from git

    git clone https://github.com/walshbp/REV3.git

2) cd REV3/REV3
  
3) Build the application 

    ./gradlew assembleDebug 

4a) If installing on an emulator, start the android emulator image

    android avd

    Select the android emulator image you would like to run REV3 on and press 
    start. See above for device image requirements.

4b) If installing to a physical android phone, plug in your phone to the 
    comupter via USB

5) Install REV3

    adb install -r app/build/outputs/apk/app-debug.apk

To Run REV3
-----------

On the phone/emulator browse applications and tap on the REV3 application icon.

To Run Verification Tests
-------------------------
It is assumed that your environment is set up for testing as in:
http://developer.android.com/training/testing/start/index.html#setup

If you are runnning on an emulator you may have to increase your VM Heap size.

The following is from about running the tests from the command line: 
http://developer.android.com/training/testing/start/index.html#run-instrumented-tests

To run your instrumented tests from the command-line via Gradle, call the 
connectedAndroidTest (or cAT) task:

./gradlew cAT

You can find the generated HTML test result reports in the 
app/build/outputs/reports/androidTests/connected/ 
directory, and the corresponding XML files in the 
app/build/outputs/androidTest-results/connected/ 
directory.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.