PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → Erreur génération de l'application
Erreur génération de l'application
Débuté par Pillitteri Jérémy, 26 jan. 2021 16:30 - 1 réponse
Posté le 26 janvier 2021 - 16:30
Bonjour,
je rencontre une erreur lors de la génération d'un apk sur un projet Windev mobile.
Ce projet avait été créé sur un pc et déplacé sur un nouveau pc pour qu'un alternant puisse travailler dessus.
on rencontre ce problème sur le nouveau pc, mais quand on copie le projet sur l'ancien pc, la génération se fait bien.

selon le rapport d'erreur, il semblerait que ce soit un problème java.
sur le poste en erreur, dans le dossier "java", j'ai les dossiers jdk1.8.0_172, jre1.8.0_172 et jre1.8.0_281 et si je recherche java dans "applications et fonctionnalités", j'ai Java 8 Update 281 (64 bits) installé le 21/01/2021 et Java SE Developpement Kit 8 Update 172 (64 bits) installé le 23/10/2019.

su l'ancien pc, j'ai dans le dossier "java", les dossiers jdk1.8.0_172 et jre1.8.0_271 et dans "applications et fonctionnalités" Java Update 271 (64 bits) installé le 27/10/2021 et Java SE Developpement Kit 8 Update 172

voici le rapport d'erreur

Echec de la création de l'application Android .


Ligne de commande : "C:\Program Files\Java\jdk1.8.0_172\bin\java.exe" "-Dorg.gradle.appname=C:\Travail\Comatec\InterventionClient\Android\Gen" -classpath "C:\WINDEV Mobile 23\Personnel\Android\Gradle\lib\gradle-launcher-2.14.1.jar" org.gradle.launcher.GradleMain assembleRelease -b "C:\Travail\Comatec\InterventionClient\Android\Gen\build.gradle"


Erreur retournée :

:compileReleaseJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.).
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Apropos.java:21: error: package fr.pcsoft.wdjava.email does not exist
import fr.pcsoft.wdjava.email.*;
^
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Compte.java:1480: error: cannot find symbol
class GWDComboTypePoste extends WDCombo
                                ^
  symbol:   class WDCombo
  location: class GWDFFen_Compte
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Compte.java:1589: error: cannot find symbol
class GWDComboSousTypePoste extends WDCombo
                                    ^
  symbol:   class WDCombo
  location: class GWDFFen_Compte
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Inscription.java:42: error: cannot find symbol
class GWDSel_Genre extends WDSelecteur
                           ^
  symbol:   class WDSelecteur
  location: class GWDFFen_Inscription
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Inscription.java:3701: error: cannot find symbol
class GWDComboSousTypePoste extends WDCombo
                                    ^
  symbol:   class WDCombo
  location: class GWDFFen_Inscription
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Inscription.java:3828: error: cannot find symbol
class GWDComboTypePoste extends WDCombo
                                ^
  symbol:   class WDCombo
  location: class GWDFFen_Inscription
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Inscription.java:52: error: cannot find symbol
class GWDSel_Genre_Option_0 extends WDBoutonRadio
                                    ^
  symbol:   class WDBoutonRadio
  location: class GWDFFen_Inscription.GWDSel_Genre
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Inscription.java:81: error: cannot find symbol
class GWDSel_Genre_Option_1 extends WDBoutonRadio
                                    ^
  symbol:   class WDBoutonRadio
  location: class GWDFFen_Inscription.GWDSel_Genre
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Intervention.java:33: error: package fr.pcsoft.wdjava.geo.map does not exist
import fr.pcsoft.wdjava.geo.map.*;
^
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Intervention.java:34: error: package fr.pcsoft.wdjava.ui.champs.carte does not exist
import fr.pcsoft.wdjava.ui.champs.carte.*;
^
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Intervention.java:980: error: cannot find symbol
class GWDComboHeure extends WDCombo
                            ^
  symbol:   class WDCombo
  location: class GWDFFen_Intervention
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Intervention.java:3967: error: cannot find symbol
class GWDSel_Type extends WDSelecteur
                          ^
  symbol:   class WDSelecteur
  location: class GWDFFen_Intervention
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Intervention.java:5054: error: cannot find symbol
class GWDSel_Nature extends WDSelecteur
                            ^
  symbol:   class WDSelecteur
  location: class GWDFFen_Intervention
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Intervention.java:7002: error: cannot find symbol
class GWDCARTE_Position extends WDChampCarteV2
                                ^
  symbol:   class WDChampCarteV2
  location: class GWDFFen_Intervention
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Intervention.java:3977: error: cannot find symbol
class GWDSel_Type_Option_0 extends WDBoutonRadio
                                   ^
  symbol:   class WDBoutonRadio
  location: class GWDFFen_Intervention.GWDSel_Type
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Intervention.java:4006: error: cannot find symbol
class GWDSel_Type_Option_1 extends WDBoutonRadio
                                   ^
  symbol:   class WDBoutonRadio
  location: class GWDFFen_Intervention.GWDSel_Type
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Intervention.java:4035: error: cannot find symbol
class GWDSel_Type_Option_2 extends WDBoutonRadio
                                   ^
  symbol:   class WDBoutonRadio
  location: class GWDFFen_Intervention.GWDSel_Type
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Intervention.java:4064: error: cannot find symbol
class GWDSel_Type_Option_3 extends WDBoutonRadio
                                   ^
  symbol:   class WDBoutonRadio
  location: class GWDFFen_Intervention.GWDSel_Type
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Intervention.java:4093: error: cannot find symbol
class GWDSel_Type_Option_4 extends WDBoutonRadio
                                   ^
  symbol:   class WDBoutonRadio
  location: class GWDFFen_Intervention.GWDSel_Type
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Intervention.java:4122: error: cannot find symbol
class GWDSel_Type_Option_5 extends WDBoutonRadio
                                   ^
  symbol:   class WDBoutonRadio
  location: class GWDFFen_Intervention.GWDSel_Type
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Intervention.java:4151: error: cannot find symbol
class GWDSel_Type_Option_6 extends WDBoutonRadio
                                   ^
  symbol:   class WDBoutonRadio
  location: class GWDFFen_Intervention.GWDSel_Type
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Intervention.java:4180: error: cannot find symbol
class GWDSel_Type_Option_7 extends WDBoutonRadio
                                   ^
  symbol:   class WDBoutonRadio
  location: class GWDFFen_Intervention.GWDSel_Type
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Intervention.java:5064: error: cannot find symbol
class GWDSel_Nature_Option_0 extends WDBoutonRadio
                                     ^
  symbol:   class WDBoutonRadio
  location: class GWDFFen_Intervention.GWDSel_Nature
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Intervention.java:5093: error: cannot find symbol
class GWDSel_Nature_Option_1 extends WDBoutonRadio
                                     ^
  symbol:   class WDBoutonRadio
  location: class GWDFFen_Intervention.GWDSel_Nature
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Intervention.java:5122: error: cannot find symbol
class GWDSel_Nature_Option_2 extends WDBoutonRadio
                                     ^
  symbol:   class WDBoutonRadio
  location: class GWDFFen_Intervention.GWDSel_Nature
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Intervention.java:5151: error: cannot find symbol
class GWDSel_Nature_Option_3 extends WDBoutonRadio
                                     ^
  symbol:   class WDBoutonRadio
  location: class GWDFFen_Intervention.GWDSel_Nature
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:128: error: cannot find symbol
vWD_ResConnexion.setValeur(WDAPINet.internetConnecte());
                           ^
  symbol:   variable WDAPINet
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:278: error: cannot find symbol
vWD_notif.setProp(EWDPropriete.PROP_COULEURLED,WDAPIDessin.rvb(237,127,16));
                                               ^
  symbol:   variable WDAPIDessin
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:651: error: cannot find symbol
vWD_image.setValeur(WDAPIDessin.dChargeImage(vWD_reqPhotoDemande.get("Nom")));
                    ^
  symbol:   variable WDAPIDessin
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:657: error: cannot find symbol
vWD_bufAEncoder.setValeur(WDAPIDessin.dSauveImageJPEG(vWD_image,"*EN MEMOIRE*",100));
                          ^
  symbol:   variable WDAPIDessin
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:836: error: cannot find symbol
vWD_image2.setValeur(WDAPIDessin.dChargeImage(vWD_reqPhoto.get("Nom")));
                     ^
  symbol:   variable WDAPIDessin
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:842: error: cannot find symbol
vWD_bufAEncoder2.setValeur(WDAPIDessin.dSauveImageJPEG(vWD_image2,"*EN MEMOIRE*",100));
                           ^
  symbol:   variable WDAPIDessin
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:904: error: cannot find symbol
vWD_image3.setValeur(WDAPIDessin.dChargeImage(vWD_reqPhoto.get("Nom")));
                     ^
  symbol:   variable WDAPIDessin
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:910: error: cannot find symbol
vWD_bufAEncoder3.setValeur(WDAPIDessin.dSauveImageJPEG(vWD_image3,"*EN MEMOIRE*",100));
                           ^
  symbol:   variable WDAPIDessin
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:1876: error: cannot find symbol
vWD_ResConnexion.setValeur(WDAPINet.internetConnecte());
                           ^
  symbol:   variable WDAPINet
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:2345: error: cannot find symbol
vWD_image.setValeur(WDAPIDessin.dChargeImage(vWD_reqPhotoPiecesDetache.get("Nom")));
                    ^
  symbol:   variable WDAPIDessin
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:2351: error: cannot find symbol
vWD_bufAEncoder.setValeur(WDAPIDessin.dSauveImageJPEG(vWD_image,"*EN MEMOIRE*",100));
                          ^
  symbol:   variable WDAPIDessin
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:2402: error: cannot find symbol
vWD_image.setValeur(WDAPIDessin.dChargeImage(vWD_reqPhotoPiecesDetache.get("Nom")));
                    ^
  symbol:   variable WDAPIDessin
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:2408: error: cannot find symbol
vWD_bufAEncoder.setValeur(WDAPIDessin.dSauveImageJPEG(vWD_image,"*EN MEMOIRE*",100));
                          ^
  symbol:   variable WDAPIDessin
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:2790: error: cannot find symbol
vWD_ResConnexion.setValeur(WDAPINet.internetConnecte());
                           ^
  symbol:   variable WDAPINet
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:2913: error: cannot find symbol
vWD_image.setValeur(WDAPIDessin.dChargeImage(vWD_reqPhotoDemande.get("Nom")));
                    ^
  symbol:   variable WDAPIDessin
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:2919: error: cannot find symbol
vWD_bufAEncoder.setValeur(WDAPIDessin.dSauveImageJPEG(vWD_image,"*EN MEMOIRE*",100));
                          ^
  symbol:   variable WDAPIDessin
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:3098: error: cannot find symbol
vWD_image2.setValeur(WDAPIDessin.dChargeImage(vWD_reqPhoto.get("Nom")));
                     ^
  symbol:   variable WDAPIDessin
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:3104: error: cannot find symbol
vWD_bufAEncoder2.setValeur(WDAPIDessin.dSauveImageJPEG(vWD_image2,"*EN MEMOIRE*",100));
                           ^
  symbol:   variable WDAPIDessin
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:3166: error: cannot find symbol
vWD_image3.setValeur(WDAPIDessin.dChargeImage(vWD_reqPhoto.get("Nom")));
                     ^
  symbol:   variable WDAPIDessin
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:3172: error: cannot find symbol
vWD_bufAEncoder3.setValeur(WDAPIDessin.dSauveImageJPEG(vWD_image3,"*EN MEMOIRE*",100));
                           ^
  symbol:   variable WDAPIDessin
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:3616: error: cannot find symbol
vWD_ResConnexion.setValeur(WDAPINet.internetConnecte());
                           ^
  symbol:   variable WDAPINet
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:4053: error: cannot find symbol
vWD_ResConnexion.setValeur(WDAPINet.internetConnecte());
                           ^
  symbol:   variable WDAPINet
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:4110: error: cannot find symbol
vWD_image3.setValeur(WDAPIDessin.dChargeImage(WDAPIHF.getFichierSansCasseNiAccent("photoenattente").getRubriqueSansCasseNiAccent("nom")));
                     ^
  symbol:   variable WDAPIDessin
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:4116: error: cannot find symbol
vWD_bufAEncoder3.setValeur(WDAPIDessin.dSauveImageJPEG(vWD_image3,"*EN MEMOIRE*",100));
                           ^
  symbol:   variable WDAPIDessin
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:4554: error: cannot find symbol
vWD_image.setValeur(WDAPIDessin.dChargeImage(vWD_reqPhotoCommercial.get("Nom")));
                    ^
  symbol:   variable WDAPIDessin
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:4560: error: cannot find symbol
vWD_bufAEncoder.setValeur(WDAPIDessin.dSauveImageJPEG(vWD_image,"*EN MEMOIRE*",100));
                          ^
  symbol:   variable WDAPIDessin
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:4611: error: cannot find symbol
vWD_image.setValeur(WDAPIDessin.dChargeImage(vWD_reqPhotoCommercial.get("Nom")));
                    ^
  symbol:   variable WDAPIDessin
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:4617: error: cannot find symbol
vWD_bufAEncoder.setValeur(WDAPIDessin.dSauveImageJPEG(vWD_image,"*EN MEMOIRE*",100));
                          ^
  symbol:   variable WDAPIDessin
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:4965: error: cannot find symbol
vWD_ResConnexion.setValeur(WDAPINet.internetConnecte());
                           ^
  symbol:   variable WDAPINet
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:5022: error: cannot find symbol
vWD_image3.setValeur(WDAPIDessin.dChargeImage(WDAPIHF.getFichierSansCasseNiAccent("photoenattentecommercial").getRubriqueSansCasseNiAccent("nom")));
                     ^
  symbol:   variable WDAPIDessin
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:5028: error: cannot find symbol
vWD_bufAEncoder3.setValeur(WDAPIDessin.dSauveImageJPEG(vWD_image3,"*EN MEMOIRE*",100));
                           ^
  symbol:   variable WDAPIDessin
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:5243: error: cannot find symbol
vWD_ResConnexion.setValeur(WDAPINet.internetConnecte());
                           ^
  symbol:   variable WDAPINet
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:5496: error: cannot find symbol
vWD_ResConnexion.setValeur(WDAPINet.internetConnecte());
                           ^
  symbol:   variable WDAPINet
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:5553: error: cannot find symbol
vWD_image3.setValeur(WDAPIDessin.dChargeImage(WDAPIHF.getFichierSansCasseNiAccent("photoenattentepiecedetache").getRubriqueSansCasseNiAccent("nom")));
                     ^
  symbol:   variable WDAPIDessin
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDCPProceduresGlobales.java:5559: error: cannot find symbol
vWD_bufAEncoder3.setValeur(WDAPIDessin.dSauveImageJPEG(vWD_image3,"*EN MEMOIRE*",100));
                           ^
  symbol:   variable WDAPIDessin
  location: class GWDCPProceduresGlobales
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Apropos.java:734: error: cannot find symbol
WDVariableEmail.getDestinataire().get(1).setValeur("info@comatec.ci");
^
  symbol:   variable WDVariableEmail
  location: class GWDFFen_Apropos.GWDBTN_Action
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Apropos.java:737: error: cannot find symbol
WDVariableEmail.getNbDestinataire().setValeur(1);
^
  symbol:   variable WDVariableEmail
  location: class GWDFFen_Apropos.GWDBTN_Action
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Apropos.java:740: error: cannot find symbol
WDVariableEmail.getSujet().setValeur("");
^
  symbol:   variable WDVariableEmail
  location: class GWDFFen_Apropos.GWDBTN_Action
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Apropos.java:743: error: cannot find symbol
WDAPIEmail.emailLanceAppli();
^
  symbol:   variable WDAPIEmail
  location: class GWDFFen_Apropos.GWDBTN_Action
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Commercial.java:1386: error: cannot find symbol
vWD_sPhoto.setValeur(WDAPICamera.videoLanceAppli(2));
                     ^
  symbol:   variable WDAPICamera
  location: class GWDFFen_Commercial.GWDBouton7
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Commercial.java:1414: error: cannot find symbol
vWD_x.setValeur(WDAPIDessin.dChargeImage(vWD_sPhoto));
                ^
  symbol:   variable WDAPIDessin
  location: class GWDFFen_Commercial.GWDBouton7
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Commercial.java:1423: error: cannot find symbol
WDAPIDessin.dSauveImageJPEG(vWD_x,vWD_CheminImage3.getString(),vWD_nTauxCompression.getInt());
^
  symbol:   variable WDAPIDessin
  location: class GWDFFen_Commercial.GWDBouton7
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Compte.java:163: error: no suitable method found for setValeur(GWDFFen_Compte.GWDComboSousTypePoste)
WDAPIHF.getFichierSansCasseNiAccent("client").getRubriqueSansCasseNiAccent("soustypedeposte").setValeur(mWD_ComboSousTypePoste);
                                                                                             ^
    method WDObjet.setValeur(WDObjet) is not applicable
      (argument mismatch; GWDFFen_Compte.GWDComboSousTypePoste cannot be converted to WDObjet)
    method WDObjet.setValeur(int) is not applicable
      (argument mismatch; GWDFFen_Compte.GWDComboSousTypePoste cannot be converted to int)
    method WDObjet.setValeur(byte) is not applicable
      (argument mismatch; GWDFFen_Compte.GWDComboSousTypePoste cannot be converted to byte)
    method WDObjet.setValeur(short) is not applicable
      (argument mismatch; GWDFFen_Compte.GWDComboSousTypePoste cannot be converted to short)
    method WDObjet.setValeur(long) is not applicable
      (argument mismatch; GWDFFen_Compte.GWDComboSousTypePoste cannot be converted to long)
    method WDObjet.setValeur(String) is not applicable
      (argument mismatch; GWDFFen_Compte.GWDComboSousTypePoste cannot be converted to String)
    method WDObjet.setValeur(boolean) is not applicable
      (argument mismatch; GWDFFen_Compte.GWDComboSousTypePoste cannot be converted to boolean)
    method WDObjet.setValeur(double) is not applicable
      (argument mismatch; GWDFFen_Compte.GWDComboSousTypePoste cannot be converted to double)
    method WDObjet.setValeur(byte[]) is not applicable
      (argument mismatch; GWDFFen_Compte.GWDComboSousTypePoste cannot be converted to byte[])
    method WDObjet.setValeur(BigDecimal) is not applicable
      (argument mismatch; GWDFFen_Compte.GWDComboSousTypePoste cannot be converted to BigDecimal)
    method WDObjet.setValeur(WDProcedureInterne) is not applicable
      (argument mismatch; GWDFFen_Compte.GWDComboSousTypePoste cannot be converted to WDProcedureInterne)
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Compte.java:166: error: no suitable method found for setValeur(GWDFFen_Compte.GWDComboTypePoste)
WDAPIHF.getFichierSansCasseNiAccent("client").getRubriqueSansCasseNiAccent("typedeposte").setValeur(mWD_ComboTypePoste);
                                                                                         ^
    method WDObjet.setValeur(WDObjet) is not applicable
      (argument mismatch; GWDFFen_Compte.GWDComboTypePoste cannot be converted to WDObjet)
    method WDObjet.setValeur(int) is not applicable
      (argument mismatch; GWDFFen_Compte.GWDComboTypePoste cannot be converted to int)
    method WDObjet.setValeur(byte) is not applicable
      (argument mismatch; GWDFFen_Compte.GWDComboTypePoste cannot be converted to byte)
    method WDObjet.setValeur(short) is not applicable
      (argument mismatch; GWDFFen_Compte.GWDComboTypePoste cannot be converted to short)
    method WDObjet.setValeur(long) is not applicable
      (argument mismatch; GWDFFen_Compte.GWDComboTypePoste cannot be converted to long)
    method WDObjet.setValeur(String) is not applicable
      (argument mismatch; GWDFFen_Compte.GWDComboTypePoste cannot be converted to String)
    method WDObjet.setValeur(boolean) is not applicable
      (argument mismatch; GWDFFen_Compte.GWDComboTypePoste cannot be converted to boolean)
    method WDObjet.setValeur(double) is not applicable
      (argument mismatch; GWDFFen_Compte.GWDComboTypePoste cannot be converted to double)
    method WDObjet.setValeur(byte[]) is not applicable
      (argument mismatch; GWDFFen_Compte.GWDComboTypePoste cannot be converted to byte[])
    method WDObjet.setValeur(BigDecimal) is not applicable
      (argument mismatch; GWDFFen_Compte.GWDComboTypePoste cannot be converted to BigDecimal)
    method WDObjet.setValeur(WDProcedureInterne) is not applicable
      (argument mismatch; GWDFFen_Compte.GWDComboTypePoste cannot be converted to WDProcedureInterne)
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Compte.java:1490: error: cannot find symbol
super.setRectCompPrincipal(0,2,154,37);
     ^
  symbol: method setRectCompPrincipal(int,int,int,int)
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Compte.java:1533: error: cannot find symbol
super.setRetourneValeurProgrammation(true);
     ^
  symbol: method setRetourneValeurProgrammation(boolean)
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Compte.java:1541: error: cannot find symbol
super.setStyleLibelle(0x262626, creerPolice_GEN("Roboto", -8.000000, 0), -2, 0, 0x808080);
     ^
  symbol: method setStyleLibelle(int,b,int,int,int)
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Compte.java:1547: error: cannot find symbol
super.setStyleElement(0xF6000000, 0xFFFFFFFF, creerPolice_GEN("MS Shell Dlg", -11.000000, 0), 30);
     ^
  symbol: method setStyleElement(int,int,b,int)
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Compte.java:1549: error: cannot find symbol
super.setStyleSelection(0xF5800000, 0xF5000000, creerPolice_GEN("MS Shell Dlg", -11.000000, 0));
     ^
  symbol: method setStyleSelection(int,int,b)
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Compte.java:1551: error: cannot find symbol
super.setStyleBouton(WDCadreFactory.creerCadre_GEN(2, 0xF4000000, 0x0, 0xF2000000, 4, 4, 1, 1), 0xF4000000);
     ^
  symbol: method setStyleBouton(m,int)
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Compte.java:1565: error: incompatible types: GWDFFen_Compte.GWDComboTypePoste cannot be converted to WDObjet
WDAPIListe.listeAjoute(this,"Directeur");
                       ^
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Compte.java:1568: error: incompatible types: GWDFFen_Compte.GWDComboTypePoste cannot be converted to WDObjet
WDAPIListe.listeAjoute(this,"Responsable");
                       ^
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Compte.java:1599: error: cannot find symbol
super.setRectLibelle(0,2,2,37);
     ^
  symbol: method setRectLibelle(int,int,int,int)
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Compte.java:1600: error: cannot find symbol
super.setRectCompPrincipal(2,2,148,37);
     ^
  symbol: method setRectCompPrincipal(int,int,int,int)
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Compte.java:1643: error: cannot find symbol
super.setRetourneValeurProgrammation(true);
     ^
  symbol: method setRetourneValeurProgrammation(boolean)
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Compte.java:1651: error: cannot find symbol
super.setStyleLibelle(0x262626, creerPolice_GEN("Roboto", -8.000000, 0), -2, 0, 0x808080);
     ^
  symbol: method setStyleLibelle(int,b,int,int,int)
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Compte.java:1657: error: cannot find symbol
super.setStyleElement(0xF6000000, 0xFFFFFFFF, creerPolice_GEN("MS Shell Dlg", -11.000000, 0), 30);
     ^
  symbol: method setStyleElement(int,int,b,int)
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Compte.java:1659: error: cannot find symbol
super.setStyleSelection(0xF5800000, 0xF5000000, creerPolice_GEN("MS Shell Dlg", -11.000000, 0));
     ^
  symbol: method setStyleSelection(int,int,b)
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Compte.java:1661: error: cannot find symbol
super.setStyleBouton(WDCadreFactory.creerCadre_GEN(2, 0xF4000000, 0x0, 0xF2000000, 4, 4, 1, 1), 0xF4000000);
     ^
  symbol: method setStyleBouton(m,int)
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Compte.java:1675: error: incompatible types: GWDFFen_Compte.GWDComboSousTypePoste cannot be converted to WDObjet
WDAPIListe.listeAjoute(this,"Technique");
                       ^
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Compte.java:1678: error: incompatible types: GWDFFen_Compte.GWDComboSousTypePoste cannot be converted to WDObjet
WDAPIListe.listeAjoute(this,"parc");
                       ^
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Compte.java:1681: error: incompatible types: GWDFFen_Compte.GWDComboSousTypePoste cannot be converted to WDObjet
WDAPIListe.listeAjoute(this,"maintenance");
                       ^
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Compte.java:1684: error: incompatible types: GWDFFen_Compte.GWDComboSousTypePoste cannot be converted to WDObjet
WDAPIListe.listeAjoute(this,"logistique");
                       ^
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Compte.java:1687: error: incompatible types: GWDFFen_Compte.GWDComboSousTypePoste cannot be converted to WDObjet
WDAPIListe.listeAjoute(this,"général");
                       ^
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Compte.java:1690: error: incompatible types: GWDFFen_Compte.GWDComboSousTypePoste cannot be converted to WDObjet
WDAPIListe.listeAjoute(this,"Financier");
                       ^
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Compte.java:1693: error: incompatible types: GWDFFen_Compte.GWDComboSousTypePoste cannot be converted to WDObjet
WDAPIListe.listeAjoute(this,"Commercial");
                       ^
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Compte.java:1696: error: incompatible types: GWDFFen_Compte.GWDComboSousTypePoste cannot be converted to WDObjet
WDAPIListe.listeAjoute(this,"Achats");
                       ^
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Compte.java:1767: error: cannot find symbol
mWD_ComboTypePoste.setValeur(WDAPIHF.getFichierSansCasseNiAccent("client").getRubriqueSansCasseNiAccent("typedeposte"));
                  ^
  symbol:   method setValeur(c)
  location: variable mWD_ComboTypePoste of type GWDFFen_Compte.GWDComboTypePoste
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Compte.java:1770: error: cannot find symbol
mWD_ComboSousTypePoste.setValeur(WDAPIHF.getFichierSansCasseNiAccent("client").getRubriqueSansCasseNiAccent("soustypedeposte"));
                      ^
  symbol:   method setValeur(c)
  location: variable mWD_ComboSousTypePoste of type GWDFFen_Compte.GWDComboSousTypePoste
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Compte.java:1891: error: no suitable method found for ajouter(String,GWDFFen_Compte.GWDComboTypePoste)
super.ajouter("ComboTypePoste", mWD_ComboTypePoste);
     ^
    method y.ajouter(String,p) is not applicable
      (argument mismatch; GWDFFen_Compte.GWDComboTypePoste cannot be converted to p)
    method v.ajouter(String,p) is not applicable
      (argument mismatch; GWDFFen_Compte.GWDComboTypePoste cannot be converted to p)
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Compte.java:1893: error: no suitable method found for ajouter(String,GWDFFen_Compte.GWDComboSousTypePoste)
super.ajouter("ComboSousTypePoste", mWD_ComboSousTypePoste);
     ^
    method y.ajouter(String,p) is not applicable
      (argument mismatch; GWDFFen_Compte.GWDComboSousTypePoste cannot be converted to p)
    method v.ajouter(String,p) is not applicable
      (argument mismatch; GWDFFen_Compte.GWDComboSousTypePoste cannot be converted to p)
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Connexion.java:692: error: cannot find symbol
vWD_motPasseHash.setValeur(WDAPIChaine.remplace(WDAPIDiversSTD.bufferVersHexa(WDAPIHash.hashChaine(19,WDAPIChaine.chaineVersUTF8(mWD_SAI_Mot_de_passe))),new WDSerie(new WDObjet[]{new WDChaineU("\r\n"), new WDChaineU(" ")}),new WDChaineU("")));
                                                                              ^
  symbol:   variable WDAPIHash
  location: class GWDFFen_Connexion.GWDBtn_Connexion
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Connexion.java:758: error: cannot find symbol
vWD_motPasseHash.setValeur(WDAPIChaine.remplace(WDAPIDiversSTD.bufferVersHexa(WDAPIHash.hashChaine(19,WDAPIChaine.chaineVersUTF8(mWD_SAI_Mot_de_passe))),new WDSerie(new WDObjet[]{new WDChaineU("\r\n"), new WDChaineU(" ")}),new WDChaineU("")));
                                                                              ^
  symbol:   variable WDAPIHash
  location: class GWDFFen_Connexion.GWDBtn_Connexion
C:\Travail\Comatec\InterventionClient\Android\Gen\src\com\masociete\comatec\wdgen\GWDFFen_Inscription.java:63: error: cannot find symbol
super.setHauteurOption(0);
     ^
  symbol: method setHauteurOption(int)
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
100 errors
:compileReleaseJavaWithJavac FAILED
Posté le 01 février 2021 - 09:26
Bonjour,
j'ai pu résoudre mon problème, j'ai désinstallé / réinstallé windev mobile et lors de la génération de l'apk, j'ai fait le téléchargement des outils.