diff options
Diffstat (limited to 'docs/README.Android.md')
-rw-r--r-- | docs/README.Android.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/README.Android.md b/docs/README.Android.md index b83c027911..1815ab8f65 100644 --- a/docs/README.Android.md +++ b/docs/README.Android.md @@ -3,17 +3,16 @@ # Android build guide This guide has been tested with Ubuntu 16.04 (Xenial) x86_64. It is meant to cross-compile Kodi for Android using **[Kodi's unified depends build system](../tools/depends/README.md)**. Please read it in full before you proceed to familiarize yourself with the build procedure. -It should work if you're using macOS. If that is the case, read **[macOS specific prerequisites](#35-macos-specific-prerequisites)** first. +It should work if you're using macOS. If that is the case, read **[macOS specific prerequisites](#34-macos-specific-prerequisites)** first. ## Table of Contents 1. **[Document conventions](#1-document-conventions)** 2. **[Install the required packages](#2-install-the-required-packages)** 3. **[Prerequisites](#3-prerequisites)** 3.1. **[Extract Android SDK and NDK](#31-extract-android-sdk-and-ndk)** - 3.2. **[Configure Android SDK](#32-configure-android-sdk)** - 3.3. **[Set up the Android toolchain](#33-set-up-the-android-toolchain)** - 3.4. **[Create a key to sign debug APKs](#34-create-a-key-to-sign-debug-apks)** - 3.5. **[macOS specific prerequisites](#35-macos-specific-prerequisites)** + 3.2. **[Configure Android SDK](#32-configure-android-sdk)** + 3.3. **[Create a key to sign debug APKs](#33-create-a-key-to-sign-debug-apks)** + 3.4. **[macOS specific prerequisites](#34-macos-specific-prerequisites)** 4. **[Get the source code](#4-get-the-source-code)** 5. **[Build tools and dependencies](#5-build-tools-and-dependencies)** 5.1. **[Advanced Configure Options](#51-advanced-configure-options)** |