Posts

Showing posts from December, 2020

Learn how to create android app using your existing or new angular project.

Image
  Before we start converting our application we need to install Cordova, Java SDK, Apache Ant, Gradle, and Android SDK for running our android application. If you have already done all the required setup you can skip this section. Or if you already running android studio on your machine then also you can skip this section because you already did that setup for your android studio you need to just install Cordova. Installing Cordova: You will need NPM(Node Package Manager) to install Cordova Package.                                                                     For Linux User: $ sudo apt-get update $ sudo apt-get install curl $ curl -sL https...