Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PhoneGap Developer App Download Error

I'm using the PhoneGap Developer App to instantly test my apps and since tonight the app says 'DOWNLOADING', and then a few seconds later is says 'DOWNLOAD ERROR'. After that, a popup appears saying

Unable to download archive from the server. Please upgrade the PhoneGap CLI or check your network settings.

So, how do I upgrade the PhoneGap CLI and what settings should I check? I haven't changed any network settings and the PhoneGap Developer App worked fine on my Macbook and iPhone, but now it says this.

What's the problem and how do I solve it?

EDIT I now realise that this is happening now because the PhoneGap Developer App for iOS has been updated (now version 1.5.2). I've upgraded the PhoneGap CLI to version 5.0.0-0.28.0, which is the recommended version according to this blog post from PhoneGap

Seems like there's something going wrong with the new way the Desktop and Mobile app now communicate.

like image 469
erol_smsr Avatar asked May 20 '15 22:05

erol_smsr


2 Answers

THE SOLUTION:

Download the newest version of the PhoneGap Desktop App from the official website. So you have to update the PhoneGap Developer App for mobile, the PhoneGap CLI and download the newest PhoneGap Desktop App.

like image 52
erol_smsr Avatar answered Oct 17 '22 00:10

erol_smsr


For me starting the local server from PhoneGap CLI helped. The thing is that for some reason using the PhoneGap Desktop doesn't fire a special Windows dialog to permit some actions for the app.

like image 40
Leo Kolezhuk Avatar answered Oct 17 '22 01:10

Leo Kolezhuk