Open github-learning-lab[bot] opened 4 years ago
In general you have two options for using a development environment:
For simplicity reasons this course will provide you instructions on using the terminal and Gradle.
Apart from that you will need an Android phone so that you will be able to install the created application on your own phone.
Now let's cover the pre-requisites.
Command line tools only
section or search for sdk-tools-
. There you will find the zips which are around 150MB.ANDROID_SDK_ROOT
environment variable to the extracted location. Add this environment variable to your ~/.bashrc
or ~/.bash_profile
.$ANDROID_SDK_ROOT/tools/bin/
foldersdkmanager
command to accept all unaccepted licenses
./sdkmanager --licenses
Just say y
for all
git clone https://github.com/0302ak/lab-maps-sdk-android-display-a-map
cd lab-maps-sdk-android-display-a-map
./gradlew build
This command will download Gradle, pull dependencies, build the sample app and run some tests.
In upcoming steps you will learn how to install the app on your phone and extend the app with many more features.
master
from changes
branchChanges
I'll respond with next steps in your pull request.
:wave: Welcome to the TomTom Maps SDK course!
Hello and welcome to this Learning Lab where I will walk you through creating an Android application that displays a TomTom map using the TomTom Maps SDK for Android.
By the end of this course you will have an application that displays a TomTom map. All these running on your Android phone :iphone: