Skip to content

Commit e9650ce

Browse files
author
Karthikeyan
authored
Update README for SDK build instructions
1 parent 2f60c59 commit e9650ce

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
@@ -170,7 +170,9 @@ This section describes how you can compile the SDK source code on your own.
170170

171171
1. The AWS Core Runtime (`aws-android-sdk-core`) module requires Android API 23 only for compilation locally. Please download and install Android API Level 23 through SDK Manager in Android Studio.
172172

173-
2. When building the [Core module](https://github.com/aws-amplify/aws-sdk-android/blob/master/aws-android-sdk-core/build.gradle#L32), it requires the environment variable `ANDROID_HOME` to be set in order to find the `android-23.jar`.
173+
2. When building the [Core module](https://github.com/aws-amplify/aws-sdk-android/blob/master/aws-android-sdk-core/build.gradle#L32), it requires the following:
174+
2.1 Environment variable `ANDROID_HOME` to be set in order to find the `android-23.jar`.
175+
2.2 Environemnt variable `ANDROID_PLATFORM` to be set to the platform number (`10` through `28` and above)
174176

175177
For command line approach, you can build the source via Gradle, which can be downloaded and installed from [here](https://gradle.org/install/).
176178
After installing Gradle, clone this repository and run

0 commit comments

Comments
 (0)