Cordova android emulator for mac

broken image

In this post we will focus on iOS and Android nevertheless, the process for other platforms is quite similar. Installing and setting up Apache Cordovaīefore installing and running anything related to Cordova, you will need to install the SDK for each platform that you intend to build your application for. Unless you need one of the additional build services that PhoneGap provides, you should go with Cordova. On the other hand, PhoneGap is a distribution of Cordova owned by Adobe which includes additional build services that may not be free. Let's clarify this: Cordova is owned and maintained by Apache and will always be maintained as an open-source project.

broken image

Note: There is some confusion between Cordova and PhoneGap. This allows you to target multiple platforms with just one codebase.īasically, Cordova is a wrapper, an application that has an embedded web browser where your web app is loaded. What is Apache Cordova?Īpache Cordova is a free and open-source platform for building native mobile applications using HTML, CSS, and JavaScript.

broken image

The promise of Cordova development is quite charming: you can use your existing HTML + JavaScript + CSS application to build cross-platform mobile applications for iOS, Android, Windows Phone, and other platforms.