I read these documents.
I can create plugin project and android project directories.
but android build is fail.
$ ./gradlew build
openjdk version "17.0.11" 2024-04-16
OpenJDK Runtime Environment (build 17.0.11+9-Debian-1deb12u1)
OpenJDK 64-Bit Server VM (build 17.0.11+9-Debian-1deb12u1, mixed mode, sharing)
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':extractDebugAnnotations'.
> Could not resolve all dependencies for configuration ':debugCompileClasspath'.
> Could not resolve project :tauri-android.
Required by:
project :
> No matching variant of project :tauri-android was found. The consumer was configured to find a component for use during compile-time, preferably optimized for Android, as well a
s attribute 'com.android.build.api.attributes.AgpVersionAttr' with value '8.0.2', attribute 'com.android.build.api.attributes.BuildTypeAttr' with value 'debug', attribute 'org.jetbrains
.kotlin.platform.type' with value 'androidJvm' but:
- No variants exist.
...(snip)
BUILD FAILED in 2s
gradle version is 8.9