Gradle
Gradle required with JMRSDK is Gradle 6.1.1
You can download gradle 6.1.1 from here.
Gradle build failure.
While building if you get Gradle Build failure, you will get multiple error logs in the unity console. There can be multiple reasons why you are getting these errors.

#1 Error: uses-sdk:minSdkVersion 'x' cannot be smaller than version 26 declared in library

Fix: Make sure that the minimum API level is set to 26 and the target API level is set to 29 or higher.

#2 Error: Could not get unknown property 'vstsMavenAccessToken' for Credentials [username: tesseractimg].

Fix: Make sure to select all the publishing build settings correctly as shown in the image below.

#3 Error: Keystore passwords incorrect


This document does not cover manifest merger failure due to multiple manifest files injected due to third-party plugins.
Last updated