Android Hello World: Difference between revisions

From Variscite Wiki
No edit summary
No edit summary
Line 24: Line 24:
== ADB Setup ==
== ADB Setup ==
To run Hello World apk on {{#var:HARDWARE_NAME}}, make sure you follow : {{Varlink|Android Setup for ADB and Fastboot|{{#var:RELEASE_LINK}}|Adb and Fastboot}}
To run Hello World apk on {{#var:HARDWARE_NAME}}, make sure you follow : {{Varlink|Android Setup for ADB and Fastboot|{{#var:RELEASE_LINK}}|Adb and Fastboot}}
== To run and debug via Android Studio ==
Follow {{Varlink|Android Programming with Android Studio|{{#var:RELEASE_LINK}}|Android Application Programming with Android Studio}}

Revision as of 20:34, 1 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 target.

Overview

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

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

To run and debug via Android Studio

Follow Android Application Programming with Android Studio