The short answer to this is : Yes you can . Look over this slackoverflow post: Can Android Studio be used to run standard Java projects? Android Studio IDE is based on IntelliJ, but with some specific plugins added for Android Development.21 Kas 2019
Read moreIs Android Studio A IDE?
Android Studio is the official integrated development environment (IDE) for Android application development . Android Studio offers these features: A flexible build system that is based on Gradle.
Read moreCan 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 moreShould I use Eclipse or Android Studio?
When it comes to user interface Android Studio is much easier and quicker . Eclipse is not a native Android IDE and thus, is more complicated than Android Eclipse. 9. Though both support equally high-end auto code completion, Android has an Upper hand on it.
Read moreDo I need Android Studio if I have IntelliJ IDEA?
If I’m already a user of IntelliJ IDEA, do I need to switch to Android Studio for Android development? No . Android Studio is focused specifically on Android development and provides streamlined environment and project setup, but otherwise all of its features are available in IntelliJ IDEA.15 May 2013
Read moreWhat 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 moreWhat is Android SDK and NDK tools?
Whether you’re building an Android application in Unity or programming it from scratch, you need to set up the Android Software Development Kit (SDK) before you can build and run any code on your Android device.
Read more