-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while running in android studio #131
Comments
We don't do any development on windows, so I'm not sure how helpful I can
be.
Do you have a git executable in your path?
…On Fri, Oct 13, 2017 at 11:44 AM, kanishkapillai ***@***.***> wrote:
[image: screenshot 173]
<https://user-images.githubusercontent.com/30428236/31525976-a45b5a80-afe1-11e7-80b9-4398bc232b10.png>
this line in build.gradle file giving the error mentioned below
commitCount = "git rev-list --count HEAD".execute().text.toInteger();
Error:(57, 0) For input string: ""
Open File
How to resolve this error?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#131>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAkD3sIuy3cOMtFCbyW1-rtQZdet3vxgks5srrltgaJpZM4P3163>
.
|
Hey thanks for your support.
I am new to learning android and android studio. I had cloned this project
from github and imported it on android studio. So if you could guide me on
how to implement the thing that u said on having the git executable in the
path, it would be of great help.
On Fri, Oct 13, 2017 at 8:49 AM, Jeremy Lakeman <[email protected]>
wrote:
… We don't do any development on windows, so I'm not sure how helpful I can
be.
Do you have a git executable in your path?
On Fri, Oct 13, 2017 at 11:44 AM, kanishkapillai ***@***.***
>
wrote:
> [image: screenshot 173]
> <https://user-images.githubusercontent.com/30428236/31525976-a45b5a80-
afe1-11e7-80b9-4398bc232b10.png>
>
> this line in build.gradle file giving the error mentioned below
> commitCount = "git rev-list --count HEAD".execute().text.toInteger();
>
> Error:(57, 0) For input string: ""
> Open File
>
> How to resolve this error?
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#131>, or mute the
thread
> <https://github.com/notifications/unsubscribe-auth/AAkD3sIuy3cOMtFCbyW1-
rtQZdet3vxgks5srrltgaJpZM4P3163>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#131 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AdBMTOnCJSNb-Dv7CUO4JY_Q5kznDYcYks5srtbTgaJpZM4P3163>
.
|
https://google.com/search?q=windows+path+git
On Sun, Oct 15, 2017 at 9:24 PM, kanishkapillai <[email protected]>
wrote:
… Hey thanks for your support.
I am new to learning android and android studio. I had cloned this project
from github and imported it on android studio. So if you could guide me on
how to implement the thing that u said on having the git executable in the
path, it would be of great help.
On Fri, Oct 13, 2017 at 8:49 AM, Jeremy Lakeman ***@***.***>
wrote:
> We don't do any development on windows, so I'm not sure how helpful I can
> be.
>
> Do you have a git executable in your path?
>
>
>
> On Fri, Oct 13, 2017 at 11:44 AM, kanishkapillai <
***@***.***
> >
> wrote:
>
> > [image: screenshot 173]
> > <https://user-images.githubusercontent.com/30428236/31525976-a45b5a80-
> afe1-11e7-80b9-4398bc232b10.png>
> >
> > this line in build.gradle file giving the error mentioned below
> > commitCount = "git rev-list --count HEAD".execute().text.toInteger();
> >
> > Error:(57, 0) For input string: ""
> > Open File
> >
> > How to resolve this error?
> >
> > —
> > You are receiving this because you are subscribed to this thread.
> > Reply to this email directly, view it on GitHub
> > <#131>, or mute the
> thread
> > <https://github.com/notifications/unsubscribe-
auth/AAkD3sIuy3cOMtFCbyW1-
> rtQZdet3vxgks5srrltgaJpZM4P3163>
> > .
> >
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <https://github.com/servalproject/batphone/issues/
131#issuecomment-336339482>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-
auth/AdBMTOnCJSNb-Dv7CUO4JY_Q5kznDYcYks5srtbTgaJpZM4P3163>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#131 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAkD3itN0DH5mRtsDVKas_P2uQ1qk7NHks5sseRkgaJpZM4P3163>
.
|
thanks for your continued suppport. this is the error which i am facing
now. if you can guide me on how to resolve this, it would be of great help
Information:Gradle tasks [:app:generateDebugSources,
:app:generateDebugAndroidTestSources, :app:mockableAndroidJar,
:app:prepareDebugUnitTestDependencies]
Error:Execution failed for task ':app:assetManifestDebug'.
Process 'command 'git'' finished with non-zero exit value 128
Information:BUILD FAILED.
[image: Inline image 1]
On Sun, Oct 15, 2017 at 4:28 PM, Jeremy Lakeman <[email protected]>
wrote:
… https://google.com/search?q=windows+path+git
On Sun, Oct 15, 2017 at 9:24 PM, kanishkapillai ***@***.***>
wrote:
> Hey thanks for your support.
> I am new to learning android and android studio. I had cloned this
project
> from github and imported it on android studio. So if you could guide me
on
> how to implement the thing that u said on having the git executable in
the
> path, it would be of great help.
>
> On Fri, Oct 13, 2017 at 8:49 AM, Jeremy Lakeman <
***@***.***>
> wrote:
>
> > We don't do any development on windows, so I'm not sure how helpful I
can
> > be.
> >
> > Do you have a git executable in your path?
> >
> >
> >
> > On Fri, Oct 13, 2017 at 11:44 AM, kanishkapillai <
> ***@***.***
> > >
> > wrote:
> >
> > > [image: screenshot 173]
> > > <https://user-images.githubusercontent.com/
30428236/31525976-a45b5a80-
> > afe1-11e7-80b9-4398bc232b10.png>
> > >
> > > this line in build.gradle file giving the error mentioned below
> > > commitCount = "git rev-list --count HEAD".execute().text.
toInteger();
> > >
> > > Error:(57, 0) For input string: ""
> > > Open File
> > >
> > > How to resolve this error?
> > >
> > > —
> > > You are receiving this because you are subscribed to this thread.
> > > Reply to this email directly, view it on GitHub
> > > <#131>, or mute the
> > thread
> > > <https://github.com/notifications/unsubscribe-
> auth/AAkD3sIuy3cOMtFCbyW1-
> > rtQZdet3vxgks5srrltgaJpZM4P3163>
> > > .
> > >
> >
> > —
> > You are receiving this because you authored the thread.
> > Reply to this email directly, view it on GitHub
> > <https://github.com/servalproject/batphone/issues/
> 131#issuecomment-336339482>,
> > or mute the thread
> > <https://github.com/notifications/unsubscribe-
> auth/AdBMTOnCJSNb-Dv7CUO4JY_Q5kznDYcYks5srtbTgaJpZM4P3163>
> > .
> >
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <https://github.com/servalproject/batphone/issues/
131#issuecomment-336703477>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-
auth/AAkD3itN0DH5mRtsDVKas_P2uQ1qk7NHks5sseRkgaJpZM4P3163>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#131 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AdBMTFWnDlmOeRpfJ89BWD5YZNZjazRXks5sseVZgaJpZM4P3163>
.
|
I shifted from the batphone-development to serval chat-development. was
getting the same errror.
So i made the line as a comment. there were 3 more lines where commitcount
was used. all those lines were converted to comments.
Now I am gettting this error.
If you could tell me how gto resolve this, it would be of great help.
Thank you
[image: Inline image 1]
On Mon, Oct 30, 2017 at 3:19 PM, Kanishka Pillai <
[email protected]> wrote:
… thanks for your continued suppport. this is the error which i am facing
now. if you can guide me on how to resolve this, it would be of great help
Information:Gradle tasks [:app:generateDebugSources, :app:
generateDebugAndroidTestSources, :app:mockableAndroidJar, :app:
prepareDebugUnitTestDependencies]
Error:Execution failed for task ':app:assetManifestDebug'.
> Process 'command 'git'' finished with non-zero exit value 128
Information:BUILD FAILED.
[image: Inline image 1]
On Sun, Oct 15, 2017 at 4:28 PM, Jeremy Lakeman ***@***.***>
wrote:
> https://google.com/search?q=windows+path+git
>
> On Sun, Oct 15, 2017 at 9:24 PM, kanishkapillai ***@***.***
> >
> wrote:
>
>
> > Hey thanks for your support.
> > I am new to learning android and android studio. I had cloned this
> project
> > from github and imported it on android studio. So if you could guide me
> on
> > how to implement the thing that u said on having the git executable in
> the
> > path, it would be of great help.
> >
> > On Fri, Oct 13, 2017 at 8:49 AM, Jeremy Lakeman <
> ***@***.***>
> > wrote:
> >
> > > We don't do any development on windows, so I'm not sure how helpful I
> can
> > > be.
> > >
> > > Do you have a git executable in your path?
> > >
> > >
> > >
> > > On Fri, Oct 13, 2017 at 11:44 AM, kanishkapillai <
> > ***@***.***
> > > >
> > > wrote:
> > >
> > > > [image: screenshot 173]
> > > > <https://user-images.githubusercontent.com/30428236/
> 31525976-a45b5a80-
> > > afe1-11e7-80b9-4398bc232b10.png>
> > > >
> > > > this line in build.gradle file giving the error mentioned below
> > > > commitCount = "git rev-list --count HEAD".execute().text.toInteger
> ();
> > > >
> > > > Error:(57, 0) For input string: ""
> > > > Open File
> > > >
> > > > How to resolve this error?
> > > >
> > > > —
> > > > You are receiving this because you are subscribed to this thread.
> > > > Reply to this email directly, view it on GitHub
> > > > <#131>, or mute the
> > > thread
> > > > <https://github.com/notifications/unsubscribe-
> > auth/AAkD3sIuy3cOMtFCbyW1-
> > > rtQZdet3vxgks5srrltgaJpZM4P3163>
> > > > .
> > > >
> > >
> > > —
> > > You are receiving this because you authored the thread.
> > > Reply to this email directly, view it on GitHub
> > > <https://github.com/servalproject/batphone/issues/
> > 131#issuecomment-336339482>,
> > > or mute the thread
> > > <https://github.com/notifications/unsubscribe-
> > auth/AdBMTOnCJSNb-Dv7CUO4JY_Q5kznDYcYks5srtbTgaJpZM4P3163>
> > > .
> > >
> >
> > —
> > You are receiving this because you commented.
> > Reply to this email directly, view it on GitHub
> > <#131#
> issuecomment-336703477>,
> > or mute the thread
> > <https://github.com/notifications/unsubscribe-auth/
> AAkD3itN0DH5mRtsDVKas_P2uQ1qk7NHks5sseRkgaJpZM4P3163>
>
> > .
> >
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#131 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AdBMTFWnDlmOeRpfJ89BWD5YZNZjazRXks5sseVZgaJpZM4P3163>
> .
>
|
this is the error in serval-chat-development.
Error:(161, 0) Could not find method classpath() for arguments
[org.codehaus.groovy:groovy-android-gradle-plugin:1.2.0] on object of type
org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
<a href="openFile:I:\Android\serval_chat-development\app\build.gradle">Open
File</a>
[image: Inline image 1]
On Mon, Oct 30, 2017 at 4:23 PM, Kanishka Pillai <
[email protected]> wrote:
… I shifted from the batphone-development to serval chat-development. was
getting the same errror.
So i made the line as a comment. there were 3 more lines where commitcount
was used. all those lines were converted to comments.
Now I am gettting this error.
If you could tell me how gto resolve this, it would be of great help.
Thank you
[image: Inline image 1]
On Mon, Oct 30, 2017 at 3:19 PM, Kanishka Pillai <
***@***.***> wrote:
> thanks for your continued suppport. this is the error which i am facing
> now. if you can guide me on how to resolve this, it would be of great help
>
>
> Information:Gradle tasks [:app:generateDebugSources,
> :app:generateDebugAndroidTestSources, :app:mockableAndroidJar,
> :app:prepareDebugUnitTestDependencies]
> Error:Execution failed for task ':app:assetManifestDebug'.
> > Process 'command 'git'' finished with non-zero exit value 128
> Information:BUILD FAILED.
> [image: Inline image 1]
>
> On Sun, Oct 15, 2017 at 4:28 PM, Jeremy Lakeman ***@***.***
> > wrote:
>
>> https://google.com/search?q=windows+path+git
>>
>> On Sun, Oct 15, 2017 at 9:24 PM, kanishkapillai <
>> ***@***.***>
>> wrote:
>>
>>
>> > Hey thanks for your support.
>> > I am new to learning android and android studio. I had cloned this
>> project
>> > from github and imported it on android studio. So if you could guide
>> me on
>> > how to implement the thing that u said on having the git executable in
>> the
>> > path, it would be of great help.
>> >
>> > On Fri, Oct 13, 2017 at 8:49 AM, Jeremy Lakeman <
>> ***@***.***>
>> > wrote:
>> >
>> > > We don't do any development on windows, so I'm not sure how helpful
>> I can
>> > > be.
>> > >
>> > > Do you have a git executable in your path?
>> > >
>> > >
>> > >
>> > > On Fri, Oct 13, 2017 at 11:44 AM, kanishkapillai <
>> > ***@***.***
>> > > >
>> > > wrote:
>> > >
>> > > > [image: screenshot 173]
>> > > > <https://user-images.githubusercontent.com/30428236/31525976
>> -a45b5a80-
>> > > afe1-11e7-80b9-4398bc232b10.png>
>> > > >
>> > > > this line in build.gradle file giving the error mentioned below
>> > > > commitCount = "git rev-list --count HEAD".execute().text.toInteger
>> ();
>> > > >
>> > > > Error:(57, 0) For input string: ""
>> > > > Open File
>> > > >
>> > > > How to resolve this error?
>> > > >
>> > > > —
>> > > > You are receiving this because you are subscribed to this thread.
>> > > > Reply to this email directly, view it on GitHub
>> > > > <#131>, or mute
>> the
>> > > thread
>> > > > <https://github.com/notifications/unsubscribe-
>> > auth/AAkD3sIuy3cOMtFCbyW1-
>> > > rtQZdet3vxgks5srrltgaJpZM4P3163>
>> > > > .
>> > > >
>> > >
>> > > —
>> > > You are receiving this because you authored the thread.
>> > > Reply to this email directly, view it on GitHub
>> > > <https://github.com/servalproject/batphone/issues/
>> > 131#issuecomment-336339482>,
>> > > or mute the thread
>> > > <https://github.com/notifications/unsubscribe-
>> > auth/AdBMTOnCJSNb-Dv7CUO4JY_Q5kznDYcYks5srtbTgaJpZM4P3163>
>> > > .
>> > >
>> >
>> > —
>> > You are receiving this because you commented.
>> > Reply to this email directly, view it on GitHub
>> > <#131 (comment)
>> omment-336703477>,
>> > or mute the thread
>> > <https://github.com/notifications/unsubscribe-auth/AAkD3itN0
>> DH5mRtsDVKas_P2uQ1qk7NHks5sseRkgaJpZM4P3163>
>>
>> > .
>> >
>>
>> —
>> You are receiving this because you authored the thread.
>> Reply to this email directly, view it on GitHub
>> <#131 (comment)>,
>> or mute the thread
>> <https://github.com/notifications/unsubscribe-auth/AdBMTFWnDlmOeRpfJ89BWD5YZNZjazRXks5sseVZgaJpZM4P3163>
>> .
>>
>
>
|
email seems to be eating your images. You should try to copy / paste the
raw text output.
On Mon, Oct 30, 2017 at 9:23 PM, kanishkapillai <[email protected]>
wrote:
… I shifted from the batphone-development to serval chat-development. was
getting the same errror.
So i made the line as a comment. there were 3 more lines where commitcount
was used. all those lines were converted to comments.
Now I am gettting this error.
If you could tell me how gto resolve this, it would be of great help.
Thank you
[image: Inline image 1]
On Mon, Oct 30, 2017 at 3:19 PM, Kanishka Pillai <
***@***.***> wrote:
> thanks for your continued suppport. this is the error which i am facing
> now. if you can guide me on how to resolve this, it would be of great
help
>
>
> Information:Gradle tasks [:app:generateDebugSources, :app:
> generateDebugAndroidTestSources, :app:mockableAndroidJar, :app:
> prepareDebugUnitTestDependencies]
> Error:Execution failed for task ':app:assetManifestDebug'.
> > Process 'command 'git'' finished with non-zero exit value 128
> Information:BUILD FAILED.
> [image: Inline image 1]
>
> On Sun, Oct 15, 2017 at 4:28 PM, Jeremy Lakeman <
***@***.***>
> wrote:
>
>> https://google.com/search?q=windows+path+git
>>
>> On Sun, Oct 15, 2017 at 9:24 PM, kanishkapillai <
***@***.***
>> >
>> wrote:
>>
>>
>> > Hey thanks for your support.
>> > I am new to learning android and android studio. I had cloned this
>> project
>> > from github and imported it on android studio. So if you could guide
me
>> on
>> > how to implement the thing that u said on having the git executable in
>> the
>> > path, it would be of great help.
>> >
>> > On Fri, Oct 13, 2017 at 8:49 AM, Jeremy Lakeman <
>> ***@***.***>
>> > wrote:
>> >
>> > > We don't do any development on windows, so I'm not sure how helpful
I
>> can
>> > > be.
>> > >
>> > > Do you have a git executable in your path?
>> > >
>> > >
>> > >
>> > > On Fri, Oct 13, 2017 at 11:44 AM, kanishkapillai <
>> > ***@***.***
>> > > >
>> > > wrote:
>> > >
>> > > > [image: screenshot 173]
>> > > > <https://user-images.githubusercontent.com/30428236/
>> 31525976-a45b5a80-
>> > > afe1-11e7-80b9-4398bc232b10.png>
>> > > >
>> > > > this line in build.gradle file giving the error mentioned below
>> > > > commitCount = "git rev-list --count HEAD".execute().text.toInteger
>> ();
>> > > >
>> > > > Error:(57, 0) For input string: ""
>> > > > Open File
>> > > >
>> > > > How to resolve this error?
>> > > >
>> > > > —
>> > > > You are receiving this because you are subscribed to this thread.
>> > > > Reply to this email directly, view it on GitHub
>> > > > <#131>, or mute
the
>> > > thread
>> > > > <https://github.com/notifications/unsubscribe-
>> > auth/AAkD3sIuy3cOMtFCbyW1-
>> > > rtQZdet3vxgks5srrltgaJpZM4P3163>
>> > > > .
>> > > >
>> > >
>> > > —
>> > > You are receiving this because you authored the thread.
>> > > Reply to this email directly, view it on GitHub
>> > > <https://github.com/servalproject/batphone/issues/
>> > 131#issuecomment-336339482>,
>> > > or mute the thread
>> > > <https://github.com/notifications/unsubscribe-
>> > auth/AdBMTOnCJSNb-Dv7CUO4JY_Q5kznDYcYks5srtbTgaJpZM4P3163>
>> > > .
>> > >
>> >
>> > —
>> > You are receiving this because you commented.
>> > Reply to this email directly, view it on GitHub
>> > <#131#
>> issuecomment-336703477>,
>> > or mute the thread
>> > <https://github.com/notifications/unsubscribe-auth/
>> AAkD3itN0DH5mRtsDVKas_P2uQ1qk7NHks5sseRkgaJpZM4P3163>
>>
>> > .
>> >
>>
>> —
>> You are receiving this because you authored the thread.
>> Reply to this email directly, view it on GitHub
>> <https://github.com/servalproject/batphone/issues/
131#issuecomment-336703671>,
>> or mute the thread
>> <https://github.com/notifications/unsubscribe-auth/
AdBMTFWnDlmOeRpfJ89BWD5YZNZjazRXks5sseVZgaJpZM4P3163>
>> .
>>
>
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#131 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAkD3p_eOt_rLJgsLWfv1Q2M5fn7D9Lqks5sxaq7gaJpZM4P3163>
.
|
this is the error in serval-chat-development.
Error:(161, 0) Could not find method classpath() for arguments
[org.codehaus.groovy:groovy-android-gradle-plugin:1.2.0] on object of type
org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
<a href="openFile:I:\Android\serval_chat-development\app\build.gradle">Open
File</a>
On Mon, Oct 30, 2017 at 4:25 PM, Jeremy Lakeman <[email protected]>
wrote:
… email seems to be eating your images. You should try to copy / paste the
raw text output.
On Mon, Oct 30, 2017 at 9:23 PM, kanishkapillai ***@***.***>
wrote:
> I shifted from the batphone-development to serval chat-development. was
> getting the same errror.
> So i made the line as a comment. there were 3 more lines where
commitcount
> was used. all those lines were converted to comments.
> Now I am gettting this error.
> If you could tell me how gto resolve this, it would be of great help.
>
> Thank you
> [image: Inline image 1]
>
>
> On Mon, Oct 30, 2017 at 3:19 PM, Kanishka Pillai <
> ***@***.***> wrote:
>
> > thanks for your continued suppport. this is the error which i am facing
> > now. if you can guide me on how to resolve this, it would be of great
> help
> >
> >
> > Information:Gradle tasks [:app:generateDebugSources, :app:
> > generateDebugAndroidTestSources, :app:mockableAndroidJar, :app:
> > prepareDebugUnitTestDependencies]
> > Error:Execution failed for task ':app:assetManifestDebug'.
> > > Process 'command 'git'' finished with non-zero exit value 128
> > Information:BUILD FAILED.
> > [image: Inline image 1]
> >
> > On Sun, Oct 15, 2017 at 4:28 PM, Jeremy Lakeman <
> ***@***.***>
> > wrote:
> >
> >> https://google.com/search?q=windows+path+git
> >>
> >> On Sun, Oct 15, 2017 at 9:24 PM, kanishkapillai <
> ***@***.***
> >> >
> >> wrote:
> >>
> >>
> >> > Hey thanks for your support.
> >> > I am new to learning android and android studio. I had cloned this
> >> project
> >> > from github and imported it on android studio. So if you could guide
> me
> >> on
> >> > how to implement the thing that u said on having the git executable
in
> >> the
> >> > path, it would be of great help.
> >> >
> >> > On Fri, Oct 13, 2017 at 8:49 AM, Jeremy Lakeman <
> >> ***@***.***>
> >> > wrote:
> >> >
> >> > > We don't do any development on windows, so I'm not sure how
helpful
> I
> >> can
> >> > > be.
> >> > >
> >> > > Do you have a git executable in your path?
> >> > >
> >> > >
> >> > >
> >> > > On Fri, Oct 13, 2017 at 11:44 AM, kanishkapillai <
> >> > ***@***.***
> >> > > >
> >> > > wrote:
> >> > >
> >> > > > [image: screenshot 173]
> >> > > > <https://user-images.githubusercontent.com/30428236/
> >> 31525976-a45b5a80-
> >> > > afe1-11e7-80b9-4398bc232b10.png>
> >> > > >
> >> > > > this line in build.gradle file giving the error mentioned below
> >> > > > commitCount = "git rev-list --count
HEAD".execute().text.toInteger
> >> ();
> >> > > >
> >> > > > Error:(57, 0) For input string: ""
> >> > > > Open File
> >> > > >
> >> > > > How to resolve this error?
> >> > > >
> >> > > > —
> >> > > > You are receiving this because you are subscribed to this
thread.
> >> > > > Reply to this email directly, view it on GitHub
> >> > > > <#131>, or mute
> the
> >> > > thread
> >> > > > <https://github.com/notifications/unsubscribe-
> >> > auth/AAkD3sIuy3cOMtFCbyW1-
> >> > > rtQZdet3vxgks5srrltgaJpZM4P3163>
> >> > > > .
> >> > > >
> >> > >
> >> > > —
> >> > > You are receiving this because you authored the thread.
> >> > > Reply to this email directly, view it on GitHub
> >> > > <https://github.com/servalproject/batphone/issues/
> >> > 131#issuecomment-336339482>,
> >> > > or mute the thread
> >> > > <https://github.com/notifications/unsubscribe-
> >> > auth/AdBMTOnCJSNb-Dv7CUO4JY_Q5kznDYcYks5srtbTgaJpZM4P3163>
> >> > > .
> >> > >
> >> >
> >> > —
> >> > You are receiving this because you commented.
> >> > Reply to this email directly, view it on GitHub
> >> > <#131#
> >> issuecomment-336703477>,
> >> > or mute the thread
> >> > <https://github.com/notifications/unsubscribe-auth/
> >> AAkD3itN0DH5mRtsDVKas_P2uQ1qk7NHks5sseRkgaJpZM4P3163>
> >>
> >> > .
> >> >
> >>
> >> —
> >> You are receiving this because you authored the thread.
> >> Reply to this email directly, view it on GitHub
> >> <https://github.com/servalproject/batphone/issues/
> 131#issuecomment-336703671>,
> >> or mute the thread
> >> <https://github.com/notifications/unsubscribe-auth/
> AdBMTFWnDlmOeRpfJ89BWD5YZNZjazRXks5sseVZgaJpZM4P3163>
> >> .
> >>
> >
> >
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <https://github.com/servalproject/batphone/issues/
131#issuecomment-340409611>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AAkD3p_eOt_
rLJgsLWfv1Q2M5fn7D9Lqks5sxaq7gaJpZM4P3163>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#131 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AdBMTK7zbb26Y9b3G-N8RCbdjyZ3ETChks5sxasbgaJpZM4P3163>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this line in build.gradle file giving the error mentioned below
commitCount = "git rev-list --count HEAD".execute().text.toInteger();
Error:(57, 0) For input string: ""
Open File
How to resolve this error?
The text was updated successfully, but these errors were encountered: