ionic 2 – Error Could not find an installed version of Gradle either in Android Studio

I create ionic 2 project and add diagnostic cordova plugin like this : ionic plugin add cordova.plugins.diagnostic npm install –save @ionic-native/diagnostic and add android platform like this : ionic platform add android@latest but when build with ionic build android console give me this error : Error: Could not find an installed version of Gradle either … Read more

Error: Could not find gradle wrapper within Android SDK. Might need to update your Android SDK – Android

I know there are lots of questions similiar to this one, but i couldn’t find a solution for my problem in any of those. Besides, I’ll provide details for my specific case. I coded an Ionic project in Ubuntu 16.04 LTS, and now I have to build it for release. So I run the command: … Read more

Xamarin 2.0 vs Appcelerator Titanium vs PhoneGap [duplicate]

This question already has answers here: Comparison between Corona, Phonegap, Titanium (14 answers) Closed 7 years ago. After all IDE evolutions (all platforms on topic are changed) of this year, i’m looking to understand what is the state of technology for those platforms. What are strengths and weaknesses of each ones? There are some limitations … Read more

Is there a difference between PhoneGap and Cordova commands?

I just installed Phonegap for the first time and just browsed through the docs. What confuses me is the fact that some docs are using the command “phonegap” and some “cordova”. Android platform guide: $ cordova create hello com.example.hello “HelloWorld” Command Line Interface guide tells: $ phonegap create hello com.example.hello HelloWorld Is there a difference … Read more