phonegap-cli is the Command Line Interface for Phonegap. It is an open-source, cross-device mobile development platform. It uses HTML, JavaScript, and CSS to create applications. Functionality is achieved through plugins. It is synonymous with Cordova.
Questions tagged [phonegap-cli]
233 questions
-1
votes
1 answer
cordova build error Exit code 1
I have created referred - https://cordova.apache.org/docs/en/latest/guide/cli/index.html#installing-the-cordova-cli
for creating first cordova android app. I was able t create project and add android platform, but could not build cordova, following…

Chaitanya
- 67
- 3
- 8
-1
votes
1 answer
phonegap android app does not show my app icon :(
I am working on an android app with phonegap. I have tried all sorts of stuff to get my icon on the app, but have been unsuccessful. The android bot icon appears on the app when installed from apk.
I have this in config.xml:

charak
- 187
- 3
- 15
-1
votes
1 answer
How to use android app in PhoneGap?
I have copied and modified a barcode reader from google to fit my own needs. It works perfectly as an android app.
PhoneGap allows to load android apps from Javascript, how can I load my complete application when for example pressing a button in my…

user3649938
- 17
- 6
-1
votes
2 answers
AJAX from Phonegap not working
This is my code in index.js:
$.ajax({
type: 'GET',
data: {registrationdata: registrationDataJson},
async: false,
url: 'https://example.com/push_reg',
success: function(data){
alert("Your device has been successfully…

lola_the_coding_girl
- 843
- 2
- 10
- 22
-2
votes
1 answer
How to use the Zebra Printer Plugin with Apache Cordova and PhoneGap?
I am attempting to build an application for displaying my inventory online. Part of that requires to print a label and apply it to my inventory. The application itself works fine.
The problem is with the Printer I have chosen. I have purchased a…

Italo
- 11
- 2
-2
votes
1 answer
Cannot build cordova android app
Today I wanted to update my app in google play store but got the following error:
My config.xml looks like:

kemal89
- 931
- 2
- 8
- 20
-3
votes
1 answer
how to use div as pages in apache cordova?
Thing I am trying to achieve is as follow
I want to create a single html page cordova app
My page will be single, but I want to show mutiple divs as pages.. (Only divs will be toggled as pages. I dont want to add another html page.)
Is it…

Ajay Mestry
- 37
- 7
-3
votes
1 answer
Should I go with PhoneGap or Cordova - Which one is free and open source license?
Should I go with PhoneGap(http://docs.phonegap.com/getting-started) or Cordova(https://cordova.apache.org/docs/en/latest/guide/overview/)
- for hybrid app development in iOS and Android. Which one is free and open source license for app…

Smitha
- 6,110
- 24
- 90
- 161