PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2025 → génération du fichier APK
génération du fichier APK
Iniciado por Kouakou boniface EHU, 24,jun. 2020 02:52 - 5 respuestas
Miembro registrado
11 mensajes
Publicado el 24,junio 2020 - 02:52
besoin d'aide lorsque je génère mon fichier apk avec Windev mobile 24 j’obtiens cette erreur


Echec de la création de l'application Android <C:\Mes Projets Mobile\CouturProV1\Exe\Application Android\CouturProV1.apk>.


Ligne de commande : "C:\Program Files\Java\jdk1.8.0_241\bin\java.exe" "-Dorg.gradle.appname=C:\Mes Projets Mobile\CouturProV1\Android\Generation" -classpath "C:\gradle-6.5\lib\gradle-launcher-6.5.jar" org.gradle.launcher.GradleMain assembleDebug -b "C:\Mes Projets Mobile\CouturProV1\Android\Generation\build.gradle"


Erreur retournée :
Starting a Gradle Daemon (subsequent builds will be faster)

> Configure project :
WARNING: The `android.dexOptions.incremental` property is deprecated and it has no effect on the build process.

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'Generation'.
Failed to notify project evaluation listener.

> org.gradle.api.tasks.compile.CompileOptions.setBootClasspath(Ljava/lang/String;)V

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

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.5/userguide/command_line_interface.html…

BUILD FAILED in 38s
Miembro registrado
4.362 mensajes
Publicado el 24,junio 2020 - 06:34
Bonjour,
Tout est expliqué dans le message d'erreur.
Tu utilises des fonctions qui ne sont plus compatible avec la nouvelle version d'android.
Tu as même les liens qui vont bien pour corriger ce problème

--
Il y a peut être plus simple, mais, ça tourne
Miembro registrado
11 mensajes
Publicado el 24,junio 2020 - 21:41
Quelle version me faut pour windevmobile 22
Miembro registrado
4.362 mensajes
Publicado el 24,junio 2020 - 23:38
Tout est dans la doc. L'idéal est de prendre la dernière version

--
Il y a peut être plus simple, mais, ça tourne
Miembro registrado
4.362 mensajes
Publicado el 25,junio 2020 - 07:38
Lorsque j'écris dernière version, il faut comprendre "dernière version compatible".

--
Il y a peut être plus simple, mais, ça tourne
Miembro registrado
11 mensajes
Publicado el 25,junio 2020 - 10:35
Ok merci pour ton aide