From 6f13dcbdf49797f705c7aa04c2bfd80dded09d65 Mon Sep 17 00:00:00 2001 From: Sean Barbeau Date: Wed, 24 Jun 2015 15:42:21 -0400 Subject: [PATCH] Update Readme with command-line command to start app --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 566a8abde..16f1cb25b 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ also mention how you would build/run the **amazon** flavor for the **oba** brand 1. Download and install the [Android SDK](http://developer.android.com/sdk/index.html). Make sure to install the Google APIs for your API level (e.g. 17), the Android SDK Build-tools version for your `buildToolsVersion` version, the Android Support Repository and the Google Repository. 2. Set the `ANDROID_HOME` environmental variable to your Android SDK location. 3. To build and push the app to the device, run `gradlew installObaGoogleDebug` from the command line at the root of the project (or `gradlew installObaAmazonDebug` for Amazon build flavor) -4. To start the app, run `adb shell am start -n com.joulespersecond.seattlebusbot/.HomeActivity` (alternately, you can manually start the app) +4. To start the app, run `adb shell am start -n com.joulespersecond.seattlebusbot/org.onebusaway.android.ui.HomeActivity` (alternately, you can manually start the app) ### Release builds