Android Hello World

From Variscite Wiki
Revision as of 16:22, 5 January 2020 by Eran (talk | contribs)
VAR-SOM-MX6 - Android Nougat N7.1.1 Android Hello World

Introduction

This page 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.

Hello World APK compilation

To compile and run a "Hello, World!" apk: Android Developers: Developer Guide

ADB Setup

To run a "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