mwgg / passera

[UNSUPPORTED] A small tool to turn any entered passphrase into a strong secure password, allowing you to easily use different strong passwords for different websites without storing them
Other
62 stars 16 forks source link

Unable to build for android #14

Closed ksuhiyp closed 6 years ago

ksuhiyp commented 6 years ago

./gradlew task-name resulted into

FAILURE: Build failed with an exception.

* Where:
Build file '/home/suhaib/Desktop/passera-master/android/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, class java.lang.String] due to overlapping prototypes between:
    [class java.lang.String, class java.lang.String]
    [class java.io.File, class java.lang.String]
ksuhiyp commented 6 years ago

Not interested anymore