Skip to content

Initializing MyApi using builder giver Exception #1450

@sumitiu

Description

@sumitiu

Caused by: java.lang.IllegalStateException: No successful match so far
at java.util.regex.Matcher.ensureMatch(Matcher.java:1116)
at java.util.regex.Matcher.group(Matcher.java:382)
at com.google.api.client.googleapis.GoogleUtils.(GoogleUtils.java:66)
at com.idragonit.backend.myApi.MyApi.(MyApi.java:46) 
Version Using: implementation 'com.google.api-client:google-api-client:1.30.6'
in my andoid backed library
In GoogleUtils.java line number 64
Matcher versionMatcher = VERSION_PATTERN.matcher(VERSION);
I am getting VERSION string 0.0

Metadata

Metadata

Assignees

Labels

androidtype: questionRequest for information or clarification. Not an issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions