Is there any way to build a hybrid application (Ionic, AngularJs, Cordova) in android studio

I am an Android application developer working on java and android api with an android studio, recently I had a requirement to build a hybrid application with ionic, cordovye and angular, I spent 5-6 hours and dug google to get some tutorail for setting up the project the structure of the hybrid application in the andorid studio, but found nothing.

I know how to use ionic, angular and cordova, but I don’t know about the project structure and compilation of settings and how to work.

So, I want you guys to send links to such tutors (if you have any).

+7
angularjs android-studio cordova ionic-framework hybrid-mobile-app
source share
3 answers

Hello, try redoing these mcgivery blog articles. http://mcgivery.com/100-ionic-framework-resources/ I am an ionic dev, and if you want to use a good IDE, use WebStorm :) I use it in the EAP version.

+2
source share

cordova CLI cordova mode. In this case, refer to the Android Platform section, for which you first need to fulfill the following prerequisites:

After installing Node.js Open a terminal and run the command to create a cordova project with a different platform. These steps are already mentioned in the official documentation.

After you created the executed cordova build android command, go to the project directory. In this case, you will find a directory called platforms in which you will see Android , now open Android Studio , in which select Select an import project (Eclipse ADT, Gradle, etc.). When you create a new project, open the Android directory. That's all you need to do for cordova

Official documentation and referral links:

http://ionicframework.com/docs/overview/#download

https://cordova.apache.org/docs/en/5.1.1/guide/platforms/android/index.html

https://cordova.apache.org/docs/en/5.1.1/guide/cli/index.html

https://docs.angularjs.org/misc/started

+5
source share

First of all you need to install 1) node.js 2) apache ANT 3) Java JDK & JRE 4) Android SDK and Eclipse, and then after installation to install this entire program path into the environment variable. and then fire your npm set -g ionic. Without all this software, the installation and there the path setup your ionic application will not be created. and yet you have confusion and any question related to installing the software and installing the path then tell me again, I will help you.

0
source share

All Articles