niclimcy / fuchsia_manifest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fuchsia (Armadillo)

Getting Started

To get started with Fuchsia for Android, you'll need to get familiar with Git and Repo.

To initialize your local repository using the Fuchsia (Armadillo) trees, use a command like this:

repo init -u git://github.com/nicknitewolf/fuchsia_manifest.git -b master

Then to sync up:

repo sync

Getting Started

  1. Establish a build environment
git clone https://github.com/flutter/flutter.git
export PATH=`pwd`/flutter/bin:$PATH
flutter doctor
  1. In your initialized local repository
cd apps/sysui/armadillo
  1. Start building!
flutter build apk --release

The output of the apk would be at android/app/build/outputs/apk/app-release.apk

About