PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV Mobile 2024 → android generation if hashstring function is used
android generation if hashstring function is used
Started by grantjoubert, Nov., 21 2020 4:39 AM - No answer
Posted on November, 21 2020 - 4:39 AM
hi im having a problem generating an android app if i include a hash function in the code like hashstring etc.

it gives me this error

Error returned:
:compileDebugJavaWithJavacC:\Users\luqman\Desktop\digi\Digimaths_Android\Android\Gen\src\com\digimaths\wdgen\GWDFWIN_Login.java:3865: error: cannot find symbol
vWD_sHashedserial.setValeur(WDAPIHash.hashFichier(16,new WDChaineA("C:\\Users\\luqman\\Desktop\\digi\\Digimaths_Android\\Exe\\LANG").getString()));
^
symbol: variable WDAPIHash
location: class GWDFWIN_Login.GWDBTN_authenticate
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details.

thanks