Skip to content

Commit

Permalink
Couple updates to the README.md. (Clarifai#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
drefrome authored and kevinmost committed Jan 26, 2017
1 parent b28ce67 commit 6552b46
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ This is a simple project showing how to use the Clarifai API in Android. It uses

## Building and Running

To set your environment up for Android development, you'll need to install the
[Java SE Development Kit (JDK)](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
and [Android Studio](https://developer.android.com/studio/index.html).

This project will compile in the standard manner through Android Studio or `./gradlew clean build` in your terminal. You just need to provide `clarifai_id` and `clarifai_secret` string resources
where it says `TODO` in [`strings.xml`](app/src/main/res/values/strings.xml).

## Where to look

Expand Down

0 comments on commit 6552b46

Please sign in to comment.