Run Android Steam Sensor Application Issue
I downloded the last version of Java sdk thingworx (7.0.2) and I am trying to build the Android-Steamsensor sample.
I am following this tutorial (3 steps):
I run gradle.bat assemble
=> Output:
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.3/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 740ms
According to the tutorial, this command produces your ready-to-deploy apk files in the subdirectory, build/outputs/apk.
However there nothing !
Any idea ?
Thank you for your help

