PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → I can't not build WM project anymore
I can't not build WM project anymore
Iniciado por YILMAZ, mar., 04 2022 4:54 AM - 1 resposta
Membro registado
12 mensagems
Publicado em março, 04 2022 - 4:54 AM
Failure creating the Android application named <C:\My Mobile Projects\DenyMarketApp\Exe\Android application\DenyMarketApp.apk>.


Command Line: "C:\Users\aykut\AppData\Roaming\PC SOFT\27.0\Android\OpenJDK\bin\java.exe" -Duser.dir="C:\My Mobile Projects\DenyMarketApp\Android\dbg" "-Dorg.gradle.appname=C:\My Mobile Projects\DenyMarketApp\Android\dbg" -classpath "C:\Users\aykut\AppData\Roaming\PC SOFT\27.0\Android\Gradle\lib\gradle-launcher-7.0.2.jar" org.gradle.launcher.GradleMain assembleDebug -b "C:\My Mobile Projects\DenyMarketApp\Android\dbg\build.gradle"


Error returned:
:compileDebugJavaWithJavac FAILED
C:\My Mobile Projects\DenyMarketApp\Android\dbg\src\com\weedoo\denymarketapp\wdgen\GWDFIIW_Dash.java:35594: Error: cannot find symbol
this.setProp(EWDPropriete.PROP_PLAN,8);
^
symbol: method setProp(EWDPropriete,int)
Note: Some Input files Use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 Error

FAILURE: Build failed with an exception.

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

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/7.0.2/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 2s
12 actionable tasks: 1 executed, 11 up-to-date


I really don't understand. Everything was working fine but suddenly i got this error!
Can you please help!

I have checked forum and i could not find solution (deleted TEMP file even, nothing changed)
Membro registado
12 mensagems
Publicado em março, 04 2022 - 8:25 PM
SOLUTION:

If you are using Internal Window , you can't use
InternalWindowName..Plane=2

This caused the problem, i am using windev mobile 27.

But you can use a method which changes the internal window's Plane. Weird!!!! Bug..