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 - 2 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
Publicado el 26,junio 2020 - 05:46
Bonjour ,

> besoin d'aide lorsque je génère mon fichier apk avec Windev mobile 24 j’obtiens cette erreur

Essayer :

Formule de politesse,
Sélection du bon forum,
Question.

Il se peut que vous ayez des réponses.
Miembro registrado
13 mensajes
Publicado el 26,junio 2020 - 11:15
As-tu essayé de mettre à jour tes outils de génération de l'APK à savoir le JDK, le SDK ainsi que la Gradle ?
Il est préférable de privilégier l'installation automatique tous ces éléments

Rudy Nyembo