What is required to make Android applications? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

What is required to make Android applications?

27th Dec 2017, 5:20 AM
Ashutosh Raikwar
Ashutosh Raikwar - avatar
3 Answers
+ 9
An Android IDE, JDK installed. Voila.
27th Dec 2017, 5:52 AM
Hatsy Rei
Hatsy Rei - avatar
+ 9
Remember that you CAN run Android Studio with 2GB of RAM. Your gradle just takes anywhere from 2 to 10 minutes to build, and emulating is near impossible so you will need a physical Android device around.
27th Dec 2017, 6:20 AM
Hatsy Rei
Hatsy Rei - avatar
+ 5
As an extra to Hatsy Rei's answer = Knowledge in any of the following languages : Java,Kotlin,C,C++,C#(Xamarin), JavaScript (WebView). How to use work automaters are also essential to be known : Gradle or Maven. Enough RAM : A developing station must have enough RAM to run the emulator and build the .apk.
27th Dec 2017, 6:01 AM
Vikaash
Vikaash - avatar