You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,9 @@ This section describes how you can compile the SDK source code on your own.
170
170
171
171
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.
172
172
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)
174
176
175
177
For command line approach, you can build the source via Gradle, which can be downloaded and installed from [here](https://gradle.org/install/).
176
178
After installing Gradle, clone this repository and run
0 commit comments