Android Hello World: Difference between revisions

From Variscite Wiki
(Created page with "<!-- Set release according to "release" parameter in URL and use RELEASE_N7.1.1_1.0.0_VAR-SOM-MX6 as default --> {{#vardefine:RELEASE_PARAM|{{#urlget:release}}}} <!-- --> {{#l...")
 
No edit summary
Line 4: Line 4:
--> {{PageHeader|{{#var:HARDWARE_NAME}} - Android {{#var:ANDROID_NAME}} {{#var:ANDROID_VERSION}} Developer Guide}} {{DocImage|category1={{#var:HARDWARE_NAME}}|category2=Android}} __toc__
--> {{PageHeader|{{#var:HARDWARE_NAME}} - Android {{#var:ANDROID_NAME}} {{#var:ANDROID_VERSION}} Developer Guide}} {{DocImage|category1={{#var:HARDWARE_NAME}}|category2=Android}} __toc__


= Introduction<br/> =
= Introduction =


This Wiki describes how to build and deploy Android APK application on the target.  
This Wiki describes how to build and deploy Android APK application on the target.  
Line 12: Line 12:
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, compilation, and deployment.


== The tutorial to setup Android Studio ==
== Android Studio setup - video tutorial ==
<youtube>Z98hXV9GmzY</youtube></div>
* [https://www.youtube.com/watch?v=Z98hXV9GmzY Android and Android Studio: Getting Started ]


 
== Hellow World APK compilation ==
== Hellow World Compiling APK==
Refer to the following Android Developer page: https://developer.android.com/guide/
Refer to Android Developer page https://developer.android.com/guide/

Revision as of 13:05, 12 November 2018

VAR-SOM-MX6 - Android Nougat N7.1.1 Developer Guide

Introduction

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

Overview

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

Android Studio setup - video tutorial

Hellow World APK compilation

Refer to the following Android Developer page: https://developer.android.com/guide/