Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefix the screenshots directory with a dot #29

Merged
merged 1 commit into from
Apr 26, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ This set of individual, use-case based projects is designed to be cloned by deve
**Note:** In order to be able to build the examples, you have to [sign up](https://developer.here.com/develop/mobile-sdks?create=Evaluation&keepState=true&step=account) for a *90-day Free Trial*. After signing in with a *HERE account*, follow these steps to download the *Premium SDK*:

1. Choose to *Generate App ID and App Code* for use with the *Android SDK*:
![Generate App ID and App Code](/screenshots/Premium%20SDK%20-%20Generate%20App%20ID%20and%20App%20Code.png?raw=true)
![Generate App ID and App Code](/.screenshots/Premium%20SDK%20-%20Generate%20App%20ID%20and%20App%20Code.png?raw=true)

2. Enter the package name of the example you want to build, e.g. [com.here.android.example.map.basic](https://github.com/heremaps/here-android-sdk-examples/blob/master/map-rendering-android/app/src/main/AndroidManifest.xml#L3):
![Enter package name](/screenshots/Premium%20SDK%20-%20Enter%20package%20name.png?raw=true)
![Enter package name](/.screenshots/Premium%20SDK%20-%20Enter%20package%20name.png?raw=true)

3. Click on *GENERATE* to obtain the App ID, App Code, and License Key:
![Enter package name](/screenshots/Premium%20SDK%20-%20Generated%20license.png?raw=true)
![Enter package name](/.screenshots/Premium%20SDK%20-%20Generated%20license.png?raw=true)

4. CLick on *Download SDK* to get a files named like `HERE_Android_SDK_Premium_v3.3.1_205.zip` (your version number might differ).

Expand Down