Android Hello World: Difference between revisions
From Variscite Wiki
Line 11: | Line 11: | ||
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 following video is step by step guide how to get started for 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. | |||
== 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] |
Revision as of 01:29, 23 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.
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.