PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV Mobile 2024 → Android generation failure : cannot find symbol class GWDEDT_....
Android generation failure : cannot find symbol class GWDEDT_....
Iniciado por vvido, 11,mar. 2021 14:33 - 1 respuesta
Miembro registrado
94 mensajes
Publicado el 11,marzo 2021 - 14:33
I have a small Android test application.
It works in the generic android simulator without problems.

When I choose Generate it starts Gradle and after some moments reports the following error:

Error returned:
:compileDebugJavaWithJavacC:\Users\vido\Dropbox\MyMobileProjects\AZdravje\Android\Gen\src\com\mycompany\azdravje\wdgen\GWDFWIN_Zdravilo.java:39: error: cannot find symbol
class GWDEDT_Zaloga extends WDChampSaisieSimple
^
symbol: class WDChampSaisieSimple
location: class GWDFWIN_Zdravilo

The error refers to an entry field in the window. If I delete this field, it reports the same error for another field.
The error appears regardless of the entry type of the field.

I do not know what to do, any suggestions ?
Miembro registrado
94 mensajes
Publicado el 11,marzo 2021 - 14:49
If I remove ALL fields, it complains about all procedure calls in the window:

Error returned:
:compileDebugJavaWithJavacC:\Users\vido\Dropbox\MyMobileProjects\AZdravje\Android\Gen\src\com\mycompany\azdravje\wdgen\GWDFWIN_Home.java:642: error: cannot find symbol
WDAPIFenetre.ouvreFille(GWDPAZdravje.getInstance().mWD_WIN_Zdravilo,new WDObjet[] {mWD_ATT_ID} );
^
symbol: variable WDAPIFenetre
location: class GWDFWIN_Home.GWDLOOP_Lists

... and reports a ton of other errors which are connected with procedure calls in this window (i.e. FileToScreen, ScreentoFile, Close, OpenChildWindow....)

It seems that some WDMobile library is missing ?

This is really a very disappointing experience with WD Mobile !