Can you use Android Studio for Java?

Tested on Android Studio 0.8.6 – 3.5 Using this method you can have Java modules and Android modules in the same project and also have the ability to compile and run Java modules as stand alone Java projects . Open your Android project in Android Studio. If you do not have one, create one.

Read more

What is CMake Android Studio?

An external build tool that works alongside Gradle to build your native library . You do not need this component if you only plan to use ndk-build. CMake require a build script to know how to build your native library. For new projects, Android Studio creates a CMake build script, CMakeLists.

Read more