Android Hello World: Difference between revisions
From Variscite Wiki
No edit summary |
|||
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}} | --> {{PageHeader|{{#var:HARDWARE_NAME}} - Android {{#var:ANDROID_NAME}} {{#var:ANDROID_VERSION}} Android Hello World }} {{DocImage|category1={{#var:HARDWARE_NAME}}|category2=Android}} __toc__ | ||
= Introduction = | = Introduction = | ||
This Wiki describes how to build and deploy Android APK application on the target. | This Wiki describes how to build and deploy Hello World Android APK application on the target. | ||
= Overview = | = Overview = | ||
Line 17: | Line 17: | ||
[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. | Google releases good documentation for the Android Developers. <br> | ||
To compile and run Hello World on {{#var:HARDWARE_NAME}} follow | |||
== Hello World APK compilation == | == Hello World APK compilation == | ||
[https://developer.android.com/guide/ Android Developers: Developer Guide] | [https://developer.android.com/guide/ Android Developers: Developer Guide] | ||
== 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}} |
Revision as of 20:30, 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