User's Manual

Project
DATE
22/06/20
TCU-FITAX-3.5
FCC Certification
REFERENCE
LEVEL
V01.04
20/45
Link to TOP INDEX
MVT
Version:
V01.00
V01.01
V01.02
V01.03
V01.04
Author:
MVT
MVT
MVT
MVT
MVT
Date:
23/03/20
11/05/20
20/05/20
22/05/20
22/06/20
FICOSA INTERNATIONAL S.A. 2016. This document or its contents may not be communicated
or distributed to third parties or reproduced in whole or in part without the express permission of FICOSA
is to get the rest of necessary things to build an Android app. Run the following
commands from the root of the SDK to get all the necessary sources and tools to start
using Android SDK in Linux:
Download and install platform sources for API level 25:
$ tools/bin/sdkmanager "platforms;android-25”
Download and install Android sources for API level 25:
$ tools/bin/sdkmanager "sources;android-25”
Download and install build tools:
$ tools/bin/sdkmanager "build-tools;28.0.3”
5.9 Set SDK environment var
Set ’ANDROID HOME’ environment variable to the new SDK location. This path will
be used by some IDEs like Android Studio or Eclipse and other build tools like Gradle.
If Gradle is being used to build the application, in addition to the environment variable
the following file must be created ”local.properties” under the project root folder and
add the following line:
sdk.dir=/path/to/your/sdk/
If the relevant project has external or additional dependancies, Gradle will
automatically resolve them (when possible) using the SDK tools on the specified SDK
path.
Find more information on the Android Developers website:
https://developer.android.com/docs