JUCE BUG: problem with projucer generated android studio project root folder

Dear @juceteam!
I dont know if its working properly, or its a bug, the following happened with me:
I have 2 different disk, “E” and “F”. My JUCE is on “E”, and Ive made a basic GUI android project with projucer into the “F” disk. When I opened the android studio from the projucer, it set the “E” disk as root folder, so the whole “E” disk set into my project, and the android studio started to check it.
Ive checked it with some cases, and I got the same result, the closest “sibling folder” became the root folder of the android project. (When Ive made a project the same folder where my JUCE folder was, the JUCE folder became the root folder of the android project.

Thanks!