Android Hello World: Difference between revisions
From Variscite Wiki
Line 13: | Line 13: | ||
== 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] | ||
== Hellow World APK compilation == | == Hellow World APK compilation == | ||
[https://developer.android.com/guide/ Android Developers: Developer Guide] | [https://developer.android.com/guide/ Android Developers: Developer Guide] |
Revision as of 13:07, 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
Android and Android Studio: Getting Started