Multiple choice technology platforms and products

How can we create an Android Project?

  1. Using Eclipse

  2. Using IntelliJ IDE

  3. Emacs Editor

  4. All of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Android projects can be created using various IDEs and editors. Eclipse with ADT plugin and IntelliJ IDEA with Android plugin provide integrated development experiences. However, any text editor can be used with Android's command-line tools, making all these options technically valid.