-2

Is there a way to use Studio IDE with only Java? I'm new to Android and I'd like to just focus on the android development experience before learning another new language.

2 Answers2

4

When you create a new project(application), When you create a new activity,

Dewey Reed
  • 4,353
  • 2
  • 27
  • 41
  • Lol, thank you sir. blindly following tutorials and didn't even notice these options in the setup. –  Jan 06 '18 at 00:43
2

Yes.

Kotlin is an alternative, not a replacement.

You can use whichever you want, or even both of them in a project.

Tin Nguyen
  • 99
  • 11