Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compile error #164

Open
yyy33 opened this issue Dec 10, 2024 · 2 comments
Open

compile error #164

yyy33 opened this issue Dec 10, 2024 · 2 comments

Comments

@yyy33
Copy link

yyy33 commented Dec 10, 2024

~/android/LogFox $ ANDROID_HOME=/data/data/com.termux/files/home/android/android-sdk ./gradlew -P sdk.dir=$HOME/android/android-sdk -P android.aapt2FromMavenOverride=$HOME/android/android-sdk/build-tools/35.0.0/aapt2 build
Downloading https://services.gradle.org/distributions/gradle-8.10.2-bin.zip
.............10%.............20%.............30%.............40%.............50%.............60%.............70%.............80%.............90%.............100%

Welcome to Gradle 8.10.2!

Here are the highlights of this release:
 - Support for Java 23
 - Faster configuration cache
 - Better configuration cache reports

For more details see https://docs.gradle.org/8.10.2/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster)
Type-safe project accessors is an incubating feature.
> Task :build-logic:convention:checkKotlinGradlePluginConfigurationErrors
> Task :build-logic:convention:pluginDescriptors
> Task :build-logic:convention:processResources
> Task :build-logic:convention:compileKotlin
> Task :build-logic:convention:compileJava NO-SOURCE
> Task :build-logic:convention:classes
> Task :build-logic:convention:jar

> Configure project :app
WARNING: The option setting 'android.aapt2FromMavenOverride=/data/data/com.termux/files/home/android/android-sdk/build-tools/35.0.0/aapt2' is experimental.

FAILURE: Build failed with an exception.

* Where:
Build file '/data/data/com.termux/files/home/android/LogFox/app/build.gradle.kts' line: 1

* What went wrong:
An exception occurred applying plugin request [id: 'logfox.android.application']
> Failed to apply plugin 'logfox.android.application'.
   > Project with path ':core:arch' could not be found in project ':app'.

* 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.

BUILD FAILED in 4m 28s
5 actionable tasks: 5 executed
@F0x1d
Copy link
Owner

F0x1d commented Dec 10, 2024

It compiles on CI and my machine, so the problem is on your side, I guess

@yyy33
Copy link
Author

yyy33 commented Dec 10, 2024

It compiles on CI and my machine, so the problem is on your side, I guess

Okay. I'll look into it when I have time.

@yyy33 yyy33 closed this as completed Dec 10, 2024
@yyy33 yyy33 reopened this Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants