I've included classes.jar to lib dir. This file users of this project should take from Unity3d directory, like mentioned in Unity docs:
To do this, first locate the classes.jar shipped with Unity Android. It is found in the installation folder (usually C:\Program Files\Unity\Editor\Data (on Windows) or /Applications/Unity (on Mac)) in a sub-folder called PlaybackEngines/AndroidPlayer/Variations/mono or il2cpp/Development or Release/Classes/
I think, better to mention it in read.me
P.S. to build aar file in Android Studio you should pick assembleRelease option in the right side:
I've included
classes.jar
to lib dir. This file users of this project should take from Unity3d directory, like mentioned in Unity docs:I think, better to mention it in read.me
P.S. to build aar file in Android Studio you should pick assembleRelease option in the right side: