<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://docs.khadas.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://docs.khadas.com/feed.php">
        <title>Khadas Docs products:sbc:edge2:development:android</title>
        <description></description>
        <link>https://docs.khadas.com/</link>
        <image rdf:resource="https://docs.khadas.com/ttps://docs.khadas.com/lib/tpl/dokuwiki-new/images/favicon.ico" />
       <dc:date>2026-05-01T06:15:01+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://docs.khadas.com/products/sbc/edge2/development/android/adb?rev=1722932703&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.khadas.com/products/sbc/edge2/development/android/build-android?rev=1730110527&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.khadas.com/products/sbc/edge2/development/android/download-android-source-code?rev=1732848524&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.khadas.com/products/sbc/edge2/development/android/fastboot?rev=1722934742&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.khadas.com/products/sbc/edge2/development/android/install-toolchains?rev=1726711577&amp;do=diff"/>
                <rdf:li rdf:resource="https://docs.khadas.com/products/sbc/edge2/development/android/start?rev=1657943892&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://docs.khadas.com/ttps://docs.khadas.com/lib/tpl/dokuwiki-new/images/favicon.ico">
        <title>Khadas Docs</title>
        <link>https://docs.khadas.com/</link>
        <url>https://docs.khadas.com/ttps://docs.khadas.com/lib/tpl/dokuwiki-new/images/favicon.ico</url>
    </image>
    <item rdf:about="https://docs.khadas.com/products/sbc/edge2/development/android/adb?rev=1722932703&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-08-06T04:25:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Edge2 Use adb</title>
        <link>https://docs.khadas.com/products/sbc/edge2/development/android/adb?rev=1722932703&amp;do=diff</link>
        <description>Edge2 Use adb

Android Debug Bridge (adb) is a versatile command-line tool that lets you communicate with a device.

Install adb tool

adb

sudo apt-get update
sudo apt-get install android-tools-adb


Add permission and configuration files



Add permission</description>
    </item>
    <item rdf:about="https://docs.khadas.com/products/sbc/edge2/development/android/build-android?rev=1730110527&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-10-28T06:15:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Edge2 Build Android</title>
        <link>https://docs.khadas.com/products/sbc/edge2/development/android/build-android?rev=1730110527&amp;do=diff</link>
        <description>Edge2 Build Android

Introduction

This document mainly introduces how to compile the Android source code. You will learn how to compile different versions of Android source code.

Preparation

	*  &lt;http://source.android.com/source/initializing.html&gt;
	*  Edge2 Download Android Source Code
	*  Edge2 Install Toolchains

Building

Before you start to build, make sure you have done all the Preperations listed above.</description>
    </item>
    <item rdf:about="https://docs.khadas.com/products/sbc/edge2/development/android/download-android-source-code?rev=1732848524&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-11-28T21:48:44+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Edge2 Download Android Source Code</title>
        <link>https://docs.khadas.com/products/sbc/edge2/development/android/download-android-source-code?rev=1732848524&amp;do=diff</link>
        <description>Edge2 Download Android Source Code

Introduction

This document mainly introduces how to download the Android source code of Edge2.

Download from github

Install git-lfs tool to download Android 12.0 SDK

$ sudo apt install git-lfs


1. Create an empty directory to hold your working files.</description>
    </item>
    <item rdf:about="https://docs.khadas.com/products/sbc/edge2/development/android/fastboot?rev=1722934742&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-08-06T04:59:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Edge2 Use fastboot</title>
        <link>https://docs.khadas.com/products/sbc/edge2/development/android/fastboot?rev=1722934742&amp;do=diff</link>
        <description>Edge2 Use fastboot

Fastboot is a method to quickly upgrade each partition package of Android.

Install fastboot tool

You can follow  install adb tool to install fastboot tool.

Enter fastboot mode

	*  Connect the PC host and board with USB cable.
	*  Refer the documentation (</description>
    </item>
    <item rdf:about="https://docs.khadas.com/products/sbc/edge2/development/android/install-toolchains?rev=1726711577&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-09-18T22:06:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Edge2 Install Toolchains</title>
        <link>https://docs.khadas.com/products/sbc/edge2/development/android/install-toolchains?rev=1726711577&amp;do=diff</link>
        <description>Edge2 Install Toolchains

Introduction

This document mainly describes how to install the tools used to compile Edge2 Android source code.

Install directly on PC

1. To build an environment for compiling Android. The following software packages need to be installed.</description>
    </item>
    <item rdf:about="https://docs.khadas.com/products/sbc/edge2/development/android/start?rev=1657943892&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-07-15T23:58:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Edge2 Android</title>
        <link>https://docs.khadas.com/products/sbc/edge2/development/android/start?rev=1657943892&amp;do=diff</link>
        <description>Edge2 Android

----------
android index</description>
    </item>
</rdf:RDF>
