Can I make a game with Android studio?
Yes it's possible. You can make your own game by using game engine that freely available for Android. You can use LibGDX. For the tutorial with Android Studio, you can read here.Is Android Studio good for games?
You can make simple games in Android Studio which do not require too much of graphics and animations and have no use of physics in them. For example you can make a tic tac toe game in android studio.Can you make Android games with C++?
If you mean can you compile C++ source code on a PC to run on an android platform then the answer is yes. GCC can be setup to cross compile to android. ... Godot is an open source game engine which has the option to use C++ and C#, and there own scripting language.Is Java bad for games?
Java isn't fast enough for most game development. It's far slower than using C++/Assembly, which is the standard. It's the same reason more game development isn't done using C# or VB.