Gdevelop APK connection Error[solved]

I worked hard on the latest version,and 5 times reinstall Gdevelop

Gdevelop → publish → android APK ->download

and APK my phon install

execution time
“the connection to server was unsuccessful”
https://localhost/index.html

please Can you help me?

:wave: Hi and welcome here :slight_smile:
This issue has been reported already, but we haven’t identified the culprit yet.
Can you try with one of our example projects to see if the issue is specific to your own project?
Thanks!

Is there a solution now for this problem…?
I got the same…

I solved this problem
only menual method

Gdeveleop ->publish->menual publish
App

you need cordova download->install and

menual published folder ->ex) project
config.xml
add prefrence
"<“platform name=“android”>”
below
"<“preference name=“loadUrlTimeoutValue” value=“700000” />”

(need remove “”)

and cordova excuting type

project>cordova requirements android

project>cordova platform add android

project>cordova build android

1 Like

You mean i have to ad preference in config.xml
add prefrence <“preference name=“loadUrlTimeoutValue” value=“700000” />”below

"<“platform name=“android”>”
Am i right