Android Hello World: Difference between revisions

From Variscite Wiki
Line 10: Line 10:
= Overview =
= Overview =


The objective of this document is to guide setting up host environment, compilation, and deployment.
The objective of this document is to guide setting up host environment for compilation, and deployment of the Android Application.


The following video is step by step guide how to get started for Android Studio
The following video is step by step guide how to get started for Android Studio

Revision as of 01:37, 3 January 2020

VAR-SOM-MX6 - Android Nougat N7.1.1 Android Hello World

Introduction

This Wiki describes how to build and deploy Hello World Android APK application on the Nougat target.

Overview

The objective of this document is to guide setting up host environment for compilation, and deployment of the Android Application.

The following video is step by step guide how to get started for Android Studio

Android Studio setup - video tutorial

Android and Android Studio: Getting Started

Google releases good documentation for the Android Developers.
To compile and run Hello World on VAR-SOM-MX6 follow

Hello World APK compilation

Android Developers: Developer Guide

ADB Setup

To run Hello World apk on VAR-SOM-MX6, make sure you follow : Adb and Fastboot

Running and Debugging via Android Studio

Follow Android Application Programming with Android Studio