shadowsocks / shadowsocks-android

A shadowsocks client for Android
Other
35.12k stars 11.58k forks source link

./gradlew assembleDebug ERROR #3173

Closed mingzhanghui closed 20 hours ago

mingzhanghui commented 1 day ago

$ ./gradlew assembleDebug Downloading https://services.gradle.org/distributions/gradle-8.7-bin.zip ............10%.............20%.............30%.............40%............50%.............60%.............70%.............80%.............90%............100%

Welcome to Gradle 8.7!

Here are the highlights of this release:

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

Starting a Gradle Daemon (subsequent builds will be faster)

Task :buildSrc:jar :jar: No valid plugin descriptors were found in META-INF/gradle-plugins WARNING: We recommend using a newer Android Gradle plugin to use compileSdk = 35

This Android Gradle plugin (8.5.2) was tested up to compileSdk = 34.

You are strongly encouraged to update your project to use a newer Android Gradle plugin that has been tested with compileSdk = 35.

If you are already using the latest version of the Android Gradle plugin, you may need to wait until a newer version with support for compileSdk = 35 is available.

For more information refer to the compatibility table: https://d.android.com/r/tools/api-level-support

To suppress this warning, add/update android.suppressUnsupportedCompileSdk=35 to this project's gradle.properties.

Task :core:configureNdkBuildDebug[arm64-v8a] FAILED

FAILURE: Build failed with an exception.

BUILD FAILED in 7m 23s 6 actionable tasks: 6 executed

AaronChen0 commented 1 day ago

Make sure your repo clone is complete.

Clone the repo using

git clone --recurse-submodules https://github.com/shadowsocks/shadowsocks-android.git

or update submodules using

git submodule update --init --recursive