Error For Input String: " 12" Android Studio
My gradle is bellow: buildscript { repositories { maven { url 'https://plugins.gradle.org/m2/' } } dependencies { classpath 'gradle.plugin.com.onesigna
Solution 1:
It's a bug of google-services
plugin version 3.3.0 and 3.3.1, it has been already reported here https://issuetracker.google.com/u/0/issues/79230924, Google engineers are working on it.
There is not solution yet, you need to wait for the next version of google-services
In the meantime you can downgrade to 3.2.1
PS: currently there is a 4.0.1 version of play-services
plugin, you can try with that and see if the problem is fixed
Post a Comment for "Error For Input String: " 12" Android Studio"