Bonjour à tout les super dévloppeurs

je suis entrain de créer une application de stockage des données sur android,
dans cette application l'utilisateur enregistre une liste des machines et des ventes et des factures, et tout marche bien avec le simulateur de windev mobile 18.

je veux générer l'APK pour le tester sur un smartphone, alors je reçois cet erreur lors de génération et je veux savoir comment le résoudre.
et Merci d'avance
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Echec de la création de l'application Android <C:\Mes Projets Mobile\Bach\BacheDroid\Exe\BacheDroid.apk>.
 
 
Ligne de commande : "C:\Program Files\Java\jdk1.7.0_45\bin\javac.exe" -encoding UTF-16LE -nowarn -source 1.5 -target 1.5 -d bin\classes -bootclasspath "C:\adt-bundle-windows-x86-20130219\sdk\platforms\android-17\android.jar" gen\com\aymensoft\bachedroid\*.java src\com\aymensoft\bachedroid\wdgen\*.java -classpath "libs"
 
 
Erreur retournée :
src\com\aymensoft\bachedroid\wdgen\GWDFFEN_Fiche_Machine.java:552: error: variable mWD_MENU_Principale is already defined in class GWDFFEN_Fiche_Machine
public GWDMMENU_Principale mWD_MENU_Principale;
                           ^
src\com\aymensoft\bachedroid\wdgen\GWDFFEN_Fiche_Machine.java:486: error: class GWDFFEN_Fiche_Machine.GWDMMENU_Principale is already defined in class GWDFFEN_Fiche_Machine
class GWDMMENU_Principale extends WDMenuContextuel
^
src\com\aymensoft\bachedroid\wdgen\GWDFFEN_Principale.java:2197: error: variable mWD_MENU_Principale1 is already defined in class GWDFFEN_Principale
public GWDMMENU_Principale1 mWD_MENU_Principale1;
                            ^
src\com\aymensoft\bachedroid\wdgen\GWDFFEN_Principale.java:2131: error: class GWDFFEN_Principale.GWDMMENU_Principale1 is already defined in class GWDFFEN_Principale
class GWDMMENU_Principale1 extends WDMenuContextuel
^
src\com\aymensoft\bachedroid\wdgen\GWDFFEN_Fiche_Machine.java:672: error: method ajouterMenuContextuel in class ze cannot be applied to given types;
ajouterMenuContextuel(mWD_MENU_Principale);
^
  required: e
  found: GWDFFEN_Fiche_Machine.GWDMMENU_Principale
  reason: actual argument GWDFFEN_Fiche_Machine.GWDMMENU_Principale cannot be converted to e by method invocation conversion
src\com\aymensoft\bachedroid\wdgen\GWDFFEN_Principale.java:2326: error: method ajouterMenuContextuel in class ze cannot be applied to given types;
ajouterMenuContextuel(mWD_MENU_Principale1);
^
  required: e
  found: GWDFFEN_Principale.GWDMMENU_Principale1
  reason: actual argument GWDFFEN_Principale.GWDMMENU_Principale1 cannot be converted to e by method invocation conversion
6 errors