Android and Android Studio folder in project

Hello, everyone. I’m just installed and created first project from tutorial videos of Gamefromscratch. But in the video he shows only win32 version. I want to build for android. So here two folder: proj.android and proj.android-studio. What is the differences and which to choose and how open it?

proj.android is deprecated now. It was for Android command-line development and we don’t support this anymore due to changes in the NDK.

proj.android-studio is current and you would open it in Android Studio.