Skip to content
This repository was archived by the owner on May 4, 2018. It is now read-only.

Commit e1747e0

Browse files
author
John Austin
committed
Update README.MD
1 parent 5587aea commit e1747e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.MD

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ To use the Office 365 Code Snippets for Android you need the following:
9797
* The latest version of [Android Studio](http://developer.android.com/sdk/index.html).
9898
* The [Gradle](http://www.gradle.org) build automation system version 2.2.1 or later.
9999
* An Office 365 account. You can sign up for [an Office 365 Developer subscription](https://portal.office.com/Signup/Signup.aspx?OfferId=C69E7747-2566-4897-8CBA-B998ED3BAB88&DL=DEVELOPERPACK&ali=1#0) that includes the resources that you need to start building Office 365 apps.
100-
* [Java Development Kit (JDK) 7](http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html).
100+
* [Java Development Kit (JDK) 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html).
101101
* A registered Azure application with a client id and redirect uri value. The application must have the following permissions:
102102
* Windows Azure Active Directory
103103
* Enable sign-on and read user's profiles.
@@ -145,6 +145,8 @@ Open the project by importing the settings.gradle file.
145145
Once you've built the snippets project you can run it on an emulator or device.
146146

147147
1. Run the project.
148+
149+
> Note: The sample is designed to run in landscape mode. If you want to run the sample in portrait mode, change the orientation of the emulator by pressing the ctrl-f12 key combination on a Windows computer and control-f12 on a OSX computer.
148150
3. Click the "Connect" item on the action bar overflow menu and enter your credentials.
149151
4. Click a task in the main activity list to run a task.
150152
5. View the results of the task in the detail pane to the right of the list.

0 commit comments

Comments
 (0)