Hi everyone,
I am trying to embedded an unity application in a regular Android application, and I am following this tutorial (Embedded Unity within Android App | by David Beloosesky | Medium) for doing it.
When I try to create a new module with the Unity app (.aar) in the Android application, graddle fails to sync. with error:
I included in the settings.gradle the project:
include ‘:app’, ‘:EmbeddedApp-debug’
and the compilation order in the app.graddle:
implementation project(“:EmbeddedApp-debug”)
I keep on looking for a solution but I am stuck right know and I would appreciate any help. Thanx in advance