When I am installing Visual Studio 2015 I realized that it says Java SE Development Kit is already exists on the computer. I think installer knew it because of
I could do it by going to:
Tools->Options->Tools for Apache Cordova->Environment Variable Overrides
Then putting the Android SDK Path into ADT_HOME variable(you must check the box first)
Default SDK path is:
C:\Users\ {YOUR USER} \AppData\Local\Android\sdk
Android SDK and ADT are different things, but Visual Studio could find the SDK this way.