π How to Create a Java Android Project in Android Studio (and Not Get Kotlin by Accident)
If you’re trying to build an Android app using Java, and Android Studio surprised you with a MainActivity.kt file instead of the good ol’ MainActivity.java, you’re not alone. I recently ran into this myself when setting up an OpenCV project and thought Iβd share the fix. So, letβs walk through why this happens and how […]