From 058f34b6c174d2232806689c8a0f08d20d2413a3 Mon Sep 17 00:00:00 2001 From: Praveen yadav <58028638+pixiedevpraveen@users.noreply.github.com> Date: Wed, 30 Sep 2020 21:28:20 +0530 Subject: [PATCH] Update README.md Correct the numbering In README.md from line 60 to 76 and Add another line of statement. --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ad56f9e..c93d7a1 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Pre-requisites the sample, if any). In the Developer console, select a resource type (Achievements, Events, Leaderboards) and click "Get Resources". Copy the contents from the console and replace the contents of res/values/ids.xml. +## Installation process - Build with Android Studio ------------------------- @@ -56,23 +57,23 @@ Build using Gradle on OS X or Linux Build on Windows using Gradle ----------------------------- 1. Install Android Studio -1. Set the path to the Android SDK +2. Set the path to the Android SDK set ANDROID_HOME=C:\Users\\AppData\Local\Android\sdk -1. Add the SDK to your path +3. Add the SDK to your path set PATH=%PATH%;%ANDROID_HOME%\tools;%ANDROID_HOME%\platform-tools -1. Set the path to the Android NDK +4. Set the path to the Android NDK set ANDROID_NDK_HOME=C:\Users\\Desktop\android-ndk-r10e -1. (Optional) On some versions of Windows it is helpful to map the samples folder to a shortened path. +5. (Optional) On some versions of Windows it is helpful to map the samples folder to a shortened path. subst G: C:\ -1. Execute the build script +6. Execute the build script G: gradlew.bat assemble