-
Notifications
You must be signed in to change notification settings - Fork 0
Android Studio
Ashok Bhat edited this page Oct 30, 2020
·
7 revisions
- Official IDE for Google's Android OS app development
- Built on JetBrains' IntelliJ IDEA software
- First stable build was released in December 2014, starting from version 1.0
Release | Date | Features |
---|---|---|
4.1 | 10/20 | - |
4.0 | 05/20 | - |
3.6 | 02/20 | Support native (C/C++) development |
3.5 | 08/19 | - |
3.4 | 04/19 | - |
Following components are needed
- Android NDK
- CMake an external build tool that works alongside Gradle to build your native library
-
LLDB Debugger to debug native code. By default, LLDB will be installed alongside Android Studio.
- In the case of Android Studio 4.0, LLDB files are under Android Studio\bin\lldb\ directory.
- Product Name and Product Version of bin\liblldb.dll suggests that LLDB is from LLVM 7.0