skip to Main Content

Android Studio – BottomNavigationView's menu not selected after navigating to other fragment, switching to other menu, and switching back to initial menu

I'm building an android application with 3 menus using bottom navigation. I created new project in Android Studio using Bottom Navigation Activity. I renamed the fragment to: InfoFragment.kt DetectFragment.kt AboutFragment.kt Renamed the layout in src/main/res/layout to: fragment_info.xml fragment_detect.xml fragment_about.xml Renamed…

VIEW QUESTION

Android Studio – org.gradle.api.plugins.UnknownPluginException: Plugin [id: 'org.jetbrains.kotlin.android', version: '1.6.21', apply: false]

Hey I just created a new project in android studio. I am getting this weird issue. Can anyone know why this is giving error. Error Build file '/Users/vmodi/AndroidStudioProjects/KtorApplication/build.gradle' line: 5 Plugin [id: 'org.jetbrains.kotlin.android', version: '1.6.21', apply: false] was not found…

VIEW QUESTION
Back To Top
Search