Skip to content

Commit aca1ca7

Browse files
authoredOct 20, 2017
Update README.md
Took out Liz's old stub API key since my project only has the text "YOUR_API_KEY" in string.xml, not a stub API key.
1 parent 6f74613 commit aca1ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎android/CarMakeModelApp/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This sample app will show you two screens, the first one displays a button that
1010

1111
1. Open the project by selecting Open existing project and navigating to this directory. Then select the `build.gradle` file to open the project.
1212

13-
2. Change the default API key to your API key in the string resources file. You will see an entry under `app/res/values/strings.xml` that looks like this: `<string name="algorithmia_api_key">simXnLpXIeVXJDRXrcCYHzg7ceh1</string>`. Simply replace the string contents with your API key here. Find your API key by navigating to the Credential section under your profile on Algorithmia.com.
13+
2. Change the default API key to your API key in the string resources file. You will see an entry under `app/res/values/strings.xml` that looks like this: `<string name="algorithmia_api_key">YOUR_API_KEY</string>`. Simply replace the string contents with your API key here. Find your API key by navigating to the Credential section under your profile on Algorithmia.com.
1414

1515
3. Select "Run app" from "run" in the menu bar of Android Studio or use `^R` to launch the app in your emulator or on a device.
1616

0 commit comments

Comments
 (0)