googlesamples / googlesamples/unity-jar-resolver

Resolver downloads incompatible API 28 libraries

Open
#155 1 comment 0 reactions 0 assignees View on GitHub
type: feature request
Dominant language
C#
Stars
1.5k
Forks
371
Avg merge
14h 21m
Merged PRs (30d)
3

Description

If we call this:

Google.VersionHandler.InvokeInstanceMethod(svcSupport, "DependOn",
new object[]
{ "com.android.support", "support-v4", "LATEST" }, namedArgs: new Dictionary()
{ { "packageIds", new string[] { "extra-android-m2repository" } }
});

then Play Services Resolver downloads support libraries for API 28. Unity is not currently compatible with API level 28 and this causes build errors

No resource identifier found for attribute "appComponentFactory"

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.