Build JUCE lib for Android on Visual Studio 2017

Hello!)

I read in the tutorials, that building juce app (or library) for Android requires Android Studio + NDK. Nevertheless, last version of Visual Studio have optional module for developing Android apps on C++ using Clang or GCC compilers.
So, I have next two questions. Is there are any way to create an “Android VS” project using Projucer? And if this feature does not supported, how I can do this “manually” (create a blank project and add some Juce files + my lib files etc.) ?

Best regards))

Sorry but JUCE only support Android Studio (or using gradle from the command line) at the moment.