Linux Android App Quick Start with Ionic
Hi! The Tutorial shows you Step-by-Step How to Getting-Started with Ionic Android App Development on GNU/Linux Desktops.
Ionic is a powerful HTML5 SDK that helps you build native-feeling Mobile Apps using web technologies like HTML, CSS, and Javascript.
Ionic is focused mainly on the Look and Feel, and UI interaction of your app. Ionic simply fits in well in order to simplify one big part of your app: the Front End.
Ionic currently requires AngularJS in order to work at its full potential. While you can still use the CSS portion of the framework, you’ll miss out on powerful UI interactions, gestures, animations, and other things.

-
Open a Shell Terminal emulator window
(Press “Enter” to Execute Commands) -
How to Install the Latest Ionic Framework on Linux
Here Ionic Installation for LinuxHow to Getting-Started the Latest Ionic Framework on GNU/Linux Distributions -
Setting Up an App with Blank Template
(You dispose of three template options out-of-the-box: blank, tab, and menu.)Copymkdir ~/Documents/ionic
Copycd ~/Documents/ionic
Copyionic start myApp blank
Accept the Default to Create an ionic.io account to send Push Notifications and use Ionic View app…
Copycd myApp/
Add the Android platform:
Copyionic platform add android
-
How to Install Android SDK Tools Only on Linux
Here Install Android SDK for LinuxHow to Install and Getting-Started with Android Development on Linux by Android SDK Tools -
Building & Running the Android App
Copyionic build android
Wait until all Dependencies are downloaded and process is achieved…
Copyionic emulate android
To Run the Android App you’ll need a working AVD Android Device Emulator!
Possibly See the Guide on Android Installation & SetUp above… -
Ionic Framework Getting-Started Guide
Here Ionic Getting-Started DocsHow to Getting-Started the Latest Ionic Framework App Development with the Online Official Documentation