-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Hello!
First of all, I want to say that this project looks really nice. I am just having some problem installing it with gradle as suggested in the README.md. This project has been inactive for a while but you would probably want it to be functioning before leaving it.
Here is the relevant gradle build output:
-
Where:
Build file '/AndroidHostileEnvironmentDetection/app/build.gradle' line: 17 -
What went wrong:
A problem occurred evaluating project ':app'.Ambiguous method overloading for method
java.io.File#<init>.
Cannot resolve which method to invoke for [null, classjava.lang.String] due to overlapping prototypes between:
[classjava.lang.String, classjava.lang.String]
[classjava.io.File, classjava.lang.String]
I am running:
Please ask if you still have some questions, that output is not very helpful but hopefully it will point you in the right direction.
Cheers,
doc97