Thought I would do a refresher on this:
-
Install android build tools with
npm install android-build-tools -g
(https://www.npmjs.com/package/android-build-tools) -
Clone/download latest Fuselibs and Uno with your favourite git client (https://desktop.github.com):
-
Compile Uno
2.1. Get the prerequisites (Mono, Make, NodeJS and NuGet via mono)mono nuget.exe
(Ref)
2.2. Runmake
from terminal of the Uno folder
2.3. Runmake install
from terminal of the Uno folder -
Setup latest Fuselibs with your project
3.1. Create a file named.unoconfig
in your project folder
3.2. Enter the path to the fuselibs in the file on the first line like so:
Packages.SourcePaths += /github/fuselibs/Source
-
Run
uno doctor
in project folder to make sure your projects libs are up-to-date. -
Run or export as per usual
P.s. if I’ve left anything out, just let me know.