PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV Mobile 2024 → Android generation failure : cannot find symbol class GWDEDT_....
Android generation failure : cannot find symbol class GWDEDT_....
Started by vvido, Mar., 11 2021 2:33 PM - 1 reply
Registered member
94 messages
Posted on March, 11 2021 - 2:33 PM
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 ?
Registered member
94 messages
Posted on March, 11 2021 - 2:49 PM
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 !