Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

PhoneGap does not stop loading #913

Open
MyGIS opened this issue Dec 24, 2019 · 21 comments
Open

PhoneGap does not stop loading #913

MyGIS opened this issue Dec 24, 2019 · 21 comments

Comments

@MyGIS
Copy link

MyGIS commented Dec 24, 2019

After installation, PhoneGap does not stop loading when trying to opening it for the first time.

System Configuration

PhoneGap Desktop version 0.4.5

PhoneGap Mobile App version

Mobile devices & Mobile OS version

Computer OS version: Windows 10 Pro

Network Type (home/corporate)

Is your network using a proxy?

Computer / Network security (firewall / anti-virus / disk encryption)

Are you using VMs on your computer?

Do you have multiple network adapters (or virtual network adapters)?

Are you using VPN?

Expected Behaviour

Actual Behaviour

Steps to Reproduce

Error messages

image

@johnhemming
Copy link

I have exactly the same issue.

One possible cause may be that I initially loaded the PhoneGap build CLI using npm and then I ran the windows installer for the desktop application.

@rgilley
Copy link

rgilley commented Dec 31, 2019

Same issue for me, fresh install of phonegap on windows 7 64bit. First time ever to install this, but doesnt work

@johnhemming
Copy link

At least that demonstrates that it is not because I have previously installed cordova or the phonegap CLI. I am using Windows 10 64bit.

@johnhemming
Copy link

I have been rummaging around on the adobe website and it may be that Adobe are not really offering this service any more. (or at least not to new users).

@360webfirm2020
Copy link

I am having the same issue. It just keeps on loading and never stops. I installeed Node, and cordova and tried again, no go. Would really like to use this program if I can ever get it to work.

Anybody ?

@johnhemming
Copy link

It could be someone key being on holiday. This is a thread on the adobe community forum that asks some questions.
https://community.adobe.com/t5/phonegap/the-death-of-phonegap-real-or-not/td-p/10813752

@johnhemming
Copy link

It is also possible that some servers are switched off so the desktop cannot log in.

@chrisgriffith
Copy link
Contributor

My recommendation is not to use this app and develop directly with the CLI. Adobe is no longer supporting the PhoneGap effort, so no one is actively working on this app. It is an open-source project, so you could fork it and build it yourself...

@nikolamnaumovski
Copy link

Was having the same issue with Windows 10 (x64), but I got it working by doing the following:

  1. Installed the desktop app using the win32 binary (0.4.5 beta)
  2. Downloaded the node.js version 6 x86 zip (https://nodejs.org/dist/latest-v6.x/node-v6.17.1-win-x86.zip)
  3. In the zip file, went into node_modules folder, extracted the npm folder, and zipped the npm folder into npm.zip
  4. Navigated to the 'C:\Program Files (x86)\Adobe\PhoneGap\PhoneGap Desktop\resources\app.asar.unpacked\bin' folder, and replaced npm.zip with the one I created.
  5. Opened cmd, navigated to the same folder, and ran postInstall.bat

In a nutshell, PhoneGap comes with npm v3.10.3, and this will replace that with npm v3.10.10, which includes many bug fixes for Windows. Hope this helps!

@MyGIS
Copy link
Author

MyGIS commented Jan 7, 2020

Thank you master @drago1231 you have solved my problem. I can now run PhoneGap but did not test it fully.

@johnhemming
Copy link

Thanks for this, but because of the uncertainty relating to PhoneGap I decided to work with basic Cordova and having got things to work at that level I am going to ignore PhoneGap. There is an adobe community thread about this.

https://community.adobe.com/t5/phonegap/can-new-users-sign-up-to-use-phonegap-either-in-the-cloud-or-on-the-desktop/m-p/10839735

@nikolamnaumovski
Copy link

@johnhemming @chrisgriffith having now played around with the desktop app, i agree with just using the cordova cli. the desktop app doesn't seem to add any value over the cli

@gtmsingh
Copy link

@drago1231 Thanks for the mitigation steps. It worked for me too for version 0.4.5

This was referenced Jan 28, 2020
@akshay-js
Copy link

Thank you master @drago1231 you have solved my problem.

@KeitaroCL
Copy link

Thank you @drago1231 , i can solve this!! two months trying... youre the best!

@carlosdecolonia
Copy link

carlosdecolonia commented Mar 1, 2020

Was having the same issue with Windows 10 (x64), but I got it working by doing the following:

1. Installed the desktop app using the win32 binary (0.4.5 beta)

2. Downloaded the node.js version 6 x86 zip (https://nodejs.org/dist/latest-v6.x/node-v6.17.1-win-x86.zip)

3. In the zip file, went into node_modules folder, extracted the npm folder, and zipped the npm folder into npm.zip

4. Navigated to the 'C:\Program Files (x86)\Adobe\PhoneGap\PhoneGap Desktop\resources\app.asar.unpacked\bin' folder, and replaced npm.zip with the one I created.

5. Opened cmd, navigated to the same folder, and ran postInstall.bat

In a nutshell, PhoneGap comes with npm v3.10.3, and this will replace that with npm v3.10.10, which includes many bug fixes for Windows. Hope this helps!

Thank you. Works for me in Win 10 64 bits!

@ragcsalo
Copy link

Just an additional info: running postInstall.bat from the CLI resulted in an ERROR message:

Error: EPERM: operation not permitted, chmod 'C:\ProgramData\Adobe\PhoneGap\npm.mailmap'

Solution: I had to right click postInstall.bat and run it as an Administrator. After that PhoneGap Desktop started normally. :-)

@howardkhl
Copy link

@JesseAntoni
Copy link

JesseAntoni commented Apr 12, 2020

64bit version worked for me.
https://github.com/phonegap/phonegap-app-desktop/releases/download/0.1.7/PhoneGapSetup-win64.exe

Refer to this thread
#739

how do you guys look at the application that your are making with phonegap

@rorijo
Copy link

rorijo commented Sep 6, 2020

Thank you @drago1231 you have solved my problem.

@Myyummy
Copy link

Myyummy commented Sep 7, 2020

Thanks @JesseAntoni !! Now I can use it properly!!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests