tinode / tindroid

Tinode chat client application for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gradle sync failed

mesibo-user opened this issue · comments

15:29 Gradle sync started
15:30 Gradle sync failed: For input string: ""

whats wrong with this:

static def gitVersionCode() {
def process = "git rev-list --count HEAD".execute()
return process.text.toInteger()
}

commented

You probably don't have git installed or configured for your project folder.

I have
git

commented

Then git is probably not initialised in your project folder. What do you see when you run git rev-list --count HEAD from your project folder?