Trouble with inspector of an aar plugin

Hi all,
When I build and add my aar plugin according the tutorial: Unity - Manual: Android Library Projects and Android Archive plug-ins, my result is:


. But the final result in the tutorial must be:

Finally, when i build my project to android project, my aar file is not included in
dependencies of gradle.
How can I resolve it? Thanks!
LinhVT

What directory is it in? For the inspector to show plugin settings I had to put the .aar file directly in /Plugins/Android, make sure it is not nested further down

1 Like