Android Hello World: Difference between revisions
From Variscite Wiki
No edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
== ADB Setup == | == ADB Setup == | ||
To run | To run the apk on the target using adb: {{Varlink|Android Setup for ADB and Fastboot|{{#var:RELEASE_LINK}}|Adb and Fastboot}} | ||
== Running and Debugging via Android Studio == | == Running and Debugging via Android Studio == | ||
Follow {{Varlink|Android Programming with Android Studio|{{#var:RELEASE_LINK}}|Android Application Programming with Android Studio}} | Follow {{Varlink|Android Programming with Android Studio|{{#var:RELEASE_LINK}}|Android Application Programming with Android Studio}} |
Revision as of 16:24, 5 January 2020
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 the apk on the target using adb: Adb and Fastboot