Ayrx / JNIAnalyzer

Analysis scripts for Ghidra to work with Android NDK libraries.
320 stars 29 forks source link

method compile() not found #11

Open Davincible opened 3 years ago

Davincible commented 3 years ago
FAILURE: Build failed with an exception.

* Where:
Script '/opt/ghidra/support/buildExtension.gradle' line: 51

* What went wrong:
A problem occurred evaluating script.
> Could not find method compile() for arguments [directory 'lib'] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

* 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 3s
H0r53 commented 3 years ago

Same issue with a freshly cloned repo. Did you ever find a solution?

Davincible commented 3 years ago

Same issue with a freshly cloned repo. Did you ever find a solution?

Yes, use an older version of Gradle. Before 7 IIRC. The compile methode depricated starting with 7