To fix the above issue just remove .idea,.gradle folders from project level and remove build folder inside app level folder
How to stop EditText focus at Activity startup in Android?
What is ANR? How to avoid and resolve it?
How to start a new activity on button click
Fix Play Store Rejection Due to SMS Permission - RRutors
What is Context?
How to Exit android app on back pressed?
How do I check in SQLite whether a table exists?
Add Jar/Library Files as Dependency in Android Studio
Permission denied for window type 2010 in Marshmallow device
Fix Error: Use JsonReader.setLenient(true) for Malformed JSON
Emulator: emulator: ERROR: Can't find 'Linux version ' string in kernel image file: Andr
How to convert milli seconds to hours, minutes and seconds in Android?
What is Android?
What is the Different Between val and var in Kotlin?
How to convert DP to Pixel and Pixel to Dp?
Key Points to remember while develop the Android Application.
What are Android Versions available?
What is Intent? What is the difference between an implicit intent and an explicit intent?
How to get an image resource by it's name in android?
How to find Android Device UDID or unique ID?
How to get complete address from latitude and longitude?
How to validate email address in Android with Kotlin?
What is "shared preferences" in Android ?
What is the difference between match_parent and fill_parent?
What happens next when the device switches between portrait and landscape?
Fix Duplicate Files in APK Build.gradle Issue - RRutors
Fix Android Emulator Kill Error When Running Your App
How to Use Deprecated Handler() in Android - RRutors Guide
How do i load image from drawable folder in Jetpack Compose?
How to Get bitmap from drawable: Android
What is ANR in android?
What is Android Fragments?
Check List for Generate Signed APK Android
How to copy database from assets folder in android using kotlin
FragmentPagerAdapter deprecated, Since API 27.1.0 FragmentPagerAdapter is deprecated.
How to reduce APK package size?
How to check Android version?
ERR_ACCESS_DENIED in Android Webview with sdk 30
How to Generate signed apk with android studio
Extract Date and Time from Long Type Variable - RRutors