'How to import unity-ads.aar or any .aar into Xamarin?
I am trying to use UnityAds in a Xamarin.
- Download the SDK from github.(unity-ads.aar)
- In the solution I create a new project of the type: Android Bindings Library (Xamarin)
- Add the "unity-ads.aar" file to the "Jars" directory.
- I access the properties of the "unity-ads.aar" file and select "Build Action" = "LibraryProjectZip".
- In the project of the same Solution, I access References and add the newly created one.
If you compiled individually or together the project that contains the .aar it returns many errors.
This is not enough? What am I forgetting?
Ref.:
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|

