Android Hello World: Difference between revisions
From Variscite Wiki
No edit summary |
|||
Line 5: | Line 5: | ||
= Introduction = | = Introduction = | ||
This page describes how to build and deploy Hello World Android APK application on the {{#var:ANDROID_NAME}} target. | |||
This | |||
= Overview = | = Overview = | ||
The objective of this document is to guide setting up host environment for compilation, and deployment of the Android Application. | The objective of this document is to guide setting up host environment for compilation, and deployment of the Android Application. | ||
Line 17: | Line 15: | ||
[https://www.youtube.com/watch?v=Z98hXV9GmzY Android and Android Studio: Getting Started] | [https://www.youtube.com/watch?v=Z98hXV9GmzY Android and Android Studio: Getting Started] | ||
Google releases good documentation for the Android Developers. <br> | Google releases good documentation for the Android Developers.<br> | ||
== Hello World APK compilation == | == Hello World APK compilation == | ||
To compile and run a "Hello, World!" apk: | |||
[https://developer.android.com/guide/ Android Developers: Developer Guide] | [https://developer.android.com/guide/ Android Developers: Developer Guide] | ||
== 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 a "Hello, World!" apk on {{#var:HARDWARE_NAME}}, make sure you follow : {{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:22, 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 a "Hello, World!" apk on VAR-SOM-MX6, make sure you follow : Adb and Fastboot