PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV Mobile 2024 → Ayuda con problema de WM23
Ayuda con problema de WM23
Iniciado por Ray, 10,oct. 2020 05:14 - 1 respuesta
Publicado el 10,octubre 2020 - 05:14
Hola instalé por primera vez Windev Mobile 23 pero a la hora de compilar me da el siguiente error, por favor alguien sabe como solucionarlo. Gracias.

Error returned:
WARNING: The `android.dexOptions.incremental` property is deprecated and it has no effect on the build process.
java.net.UnknownHostException: dl.google.com
Failed to connect to host: https://dl.google.com/android/repository/addons_list-3.xml
Failed to connect to host: https://dl.google.com/android/repository/addons_list-2.xml
Failed to connect to host: https://dl.google.com/android/repository/addons_list-1.xml
Failed to download any source lists!

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'Gen'.
> Could not resolve all dependencies for configuration ':_debugApkCopy'.
> Could not find any version that matches com.android.support:support-v4:26.1.+.
Versions that do not match:
21.0.0
20.0.0
19.1.0
19.0.1
19.0.0
+ 2 more
Required by:
:Gen:unspecified
> Could not find any version that matches com.android.support:appcompat-v7:26.1.+.
Versions that do not match:
21.0.0
20.0.0
19.1.0
19.0.1
19.0.0
+ 1 more
Required by:
:Gen:unspecified

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED
Miembro registrado
794 mensajes
Popularité : +40 (42 votes)
Publicado el 10,octubre 2020 - 20:56
Hola. ¿Te sigue ocurriendo? Cuando pinchas en los enlaces de los host ¿te descarga un fichero xml? Parece un problema de conexión con los servidores con el indice de artefactos que usa tu aplicación.


Rubén