Google android project not in Unity 5.5 ?

hello everyone :slight_smile:

I am currently working on a AR project using Vuforia/Unity and I do not want to export the app directly from Unity but I would like to be able to add some options, menus,… in Android studio to design the app and not just have the camera opened (what happens when we just export it in build settings.
I understood the “google android project” option in “build settings” was made for that, but in my version of unity (5.5.0f3), I can’t find the option…

Can someone tell me how to proceed ?

Thanks a lot

On same version I have “Export Build” that´s appeared on same place, choosable only if you choose Gradle as build system. So it seems Unity is addressing these needs more explicitely: Unity - Manual: Gradle for Android … other documentation does not seem up to date though, it still has “google android build” in 5.5 docs for Android Build process.

We´re looking into opening Unity app/activity from project made in Android Studio, most examples have been for Eclipse so far. You´ve got it working?