Android Hello World: Difference between revisions

From Variscite Wiki
No edit summary
 
(12 intermediate revisions by 3 users not shown)
Line 2: Line 2:
--> {{#vardefine:RELEASE_PARAM|{{#urlget:release}}}} <!--
--> {{#vardefine:RELEASE_PARAM|{{#urlget:release}}}} <!--
--> {{#lst:Android_Platform_Customization|{{#var:RELEASE_PARAM|RELEASE_N7.1.1_1.0.0_VAR-SOM-MX6}}}} <!--
--> {{#lst:Android_Platform_Customization|{{#var:RELEASE_PARAM|RELEASE_N7.1.1_1.0.0_VAR-SOM-MX6}}}} <!--
--> {{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}} - {{#switch: {{#var:ANDROID_NAME}} | Android 10 = {{#var:ANDROID_NAME}} | Android 11 = {{#var:ANDROID_NAME}} | | Android 12 = {{#var:ANDROID_NAME}} | Android 13 = {{#var:ANDROID_NAME}} | Android {{#var:ANDROID_NAME}} }} Android Hello World }} {{DocImage|category1={{#var:HARDWARE_NAME}}|category2=Android}} __toc__


= Introduction =
= Introduction =
 
This page describes how to build and deploy Hello World Android APK application on the {{#switch: {{#var:ANDROID_NAME}} | Android 10 = {{#var:ANDROID_NAME}} | Android 11 = {{#var:ANDROID_NAME}} | | Android 12 = {{#var:ANDROID_NAME}} | Android 13 = {{#var:ANDROID_NAME}} | Android {{#var:ANDROID_NAME}} }} target
This Wiki describes how to build and deploy Android APK application on the target.


= Overview =
= Overview =
The objective of this document is to guide the setting up host environment for the compilation, and deployment of the Android Application


The objective of this document is to guide setting up host environment, compilation, and deployment.
The following video is a step-by-step guide on how to get started with Android Studio


== Android Studio setup - video tutorial ==
== Android Studio setup - video tutorial ==
[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>


== Hellow 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 ==
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 ==
{{Varlink|Android Programming with Android Studio|{{#var:RELEASE_LINK}}|Android Application Programming with Android Studio}}

Latest revision as of 19:25, 12 September 2023

VAR-SOM-MX6 - Android Nougat Android Hello World

Introduction

This page describes how to build and deploy Hello World Android APK application on the Android Nougat target

Overview

The objective of this document is to guide the setting up host environment for the compilation, and deployment of the Android Application

The following video is a step-by-step guide on how to get started with 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

Running and Debugging via Android Studio

Android Application Programming with Android Studio