0
I’m trying to learn Kotlin, but I want to test certain algorithms and I can’t run a class because Android Studio can’t find Main Default. Doesn’t have a way to run a class at the Android Studio prompt itself? This IDE just happens to run only when running on the emulator?
Android Studio only compiles if you have the emulator on or if your phone is plugged into your PC. To learn Kotlin, the best tool is Intellij. Hugs
– Rebeca Aguirrer