I just upgraded from Android Studio to Android Studio Arctic Fox and while creating project i only see one option for Kotlin there is no option for java please help me out.
Asked
Active
Viewed 4,235 times
3 Answers
3
In New Project Wizard if you choose Empty Compose Activity then it will show only Kotlin. So make sure to choose any other activity e.g. Empty Activity. If this is not the case then try closing and restarting Android Studio.

AtifSayings
- 756
- 14
- 23
2
Try this quick solution go to file > Invalidate Caches / Restart' and then click the 'Invalidate and Restart' button.
after try again Select either Java or Kotlin from the Language check this drop-down menu
thank you.

Rochana Lakshitha
- 61
- 1
- 6
1
When you create a new project, you cannot change the language if you select Empty Activity. So, choose another activity. Then you can select java.

haritha_kh
- 21
- 1
- 1
- 4