I got this error in AndroidStudio while trying to download a repo from github. (i created the repo on a mac now im on windows)

56 views Asked by At

VFS name enumerator corrupted: nameId(=5396158) is not found in enumerator (=null)

Its a private repo i tried to clone it in Androidstudio from VersionControl and both OS and Windows git and Android versions are latest versions.

Edit: I opened a new project and tried to implement implementation("com.journeyapps:zxing-android-embedded:4.3.0") implementation("com.google.zxing:core:3.4.1") and i got the same error message i dont think error is about git or smth it happens when i try to sync something.

0

There are 0 answers