Questions tagged [phonegap-build]

'Phonegap Build', an Adobe cloud service, allows you to upload your HTML, CSS, and Javascript to their build service and returns you your complete package. It removes the need for local build servers and SDK's for each destination platform.

PhoneGap Build is a cloud service for compiling PhoneGap applications.

Adobe PhoneGap provides a way for users to create mobile applications using technologies such as HTML, CSS, and Javascript. Applications created with PhoneGap can be distributed to various vendor app stores (ex: Apple App Store) and installed on a end-user's device like any other native application. Each vendor provides a different toolchain, and each PhoneGap release is compatible with a specific set of tools. This is where PhoneGap Build comes into help.

Here are some of the benefits PhoneGap Build provides:

  • Managed Compilation and Signing (No SDKs)
  • Multiple Supported Platforms
  • Work With Your Team
  • Quicker Development Cycle
2651 questions
0
votes
0 answers

How to upload large zip file to PhoneGap?

Our app is now a large zip file. It's +800 MB. But since we have the Adobe Creative Cloud Membership that allow an app size of up to 1 GB, this shouldn't be any problem. But there is; We can't upload this large zip file to PhoneGap Build. The…
0
votes
1 answer

There is no is build for my phonegap project on build.phonegap.com

I have built a Cordova project, and I have uploaded it to a Phonegap build, Android build appears on build tab but there is no Windows or iOS. Below is the picture I get from build.phonegap.com So how can I add iOS support to the project? I have…
user6599525
  • 285
  • 5
  • 14
0
votes
1 answer

Customize cordova Splash Screen for android platform

I want to customize splash screen of my cordova project. Here is my inserted code in config.xml file to change splash screen
Mansuu....
  • 1,206
  • 14
  • 27
0
votes
1 answer

How to create a Shield TV APP with phonegap build

How can i install Shield TV support in Phonegap build? when i add this to my config.xml i get this error message Error - Malformed config.xml - You can fix this…
Peter
  • 11,413
  • 31
  • 100
  • 152
0
votes
1 answer

href not working when made into APK using Phonegap Build

I have created some very easy code in which I use multiple href function like this.

E-mailadres: frank.veelenturf@bwb-group.com
/> Website:

Joep
  • 19
  • 5
0
votes
0 answers

Error while executing command "phonegap build android" in cmd

I've just installed Phonegap in my windows and created a helloWorld application. Now I want to create unsigned apk file for this. But there is no android platform in folder named platforms in the project directory. That's why I reached this SO link…
Kaushal28
  • 503
  • 1
  • 6
  • 18
0
votes
1 answer

My hybrid app wont change pages when checking li item which contains a string

For a project im working on i want to make my hybrid app (phonegap) switch screens when the app detects the BluetoothLE signal from an Arduino. For this I made the code loop trough a couple of list items and check of the content of the li item is…
Wilrick B
  • 135
  • 8
0
votes
0 answers

phonegap network connection not working

I have written the script to check the network connection but it not working. changes to index.js not worked , when I browsed …
0
votes
1 answer

Recovering file with REST API and expect script

I need to recover a file from a REST request, this request asks for my password, but I need it to be automatic, so I'm using an expect script in order to enter my password without need for human interaction. My problem is that I don't know how to…
Xobtah
  • 464
  • 7
  • 20
1 2 3
99
100