You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i get compilation error while trying to compile the template you get with "x new" for android . :
[2/3] Build rust `apptest` [343194ms]
[3/3] Create apk
Starting a Gradle Daemon (subsequent builds will be faster)
> Task :app:stripDebugDebugSymbols
Unable to strip the following libraries, packaging them as they are: libapptest.so.
<=======--<====
> Task :app:compileDebugKotlin
e: /home/coffer/Documente/rust files/apptest/target/x/debug/android/gradle/app/src/main/kotlin/MainActivity.kt: (3, 22): Unresolved reference: TauriActivity
> Task :app:compileDebugKotlin FAILED
> Task :app:compileReleaseKotlin FAILED
e: /home/coffer/Documente/rust files/apptest/target/x/debug/android/gradle/app/src/main/kotlin/MainActivity.kt: (3, 22): Unresolved reference: TauriActivity
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:compileDebugKotlin'.
> A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
> Compilation error. See log for more 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.
==============================================================================
2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:compileReleaseKotlin'.
> A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
> Compilation error. See log for more 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 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.5/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD FAILED in 2m 55s
43 actionable tasks: 43 executed
[ERROR] gradle assemble exited with 1
i dont really know what the error means could it have something todo with the way the android sdk is not readable because i got errors for it before that and fixed it
with "chown -R $(whoami) $ANDROID_HOME"
The text was updated successfully, but these errors were encountered:
i get compilation error while trying to compile the template you get with "x new" for android . :
output of x doctor
i dont really know what the error means could it have something todo with the way the android sdk is not readable because i got errors for it before that and fixed it
with "chown -R $(whoami) $ANDROID_HOME"
The text was updated successfully, but these errors were encountered: