To fix the above issue just remove .idea,.gradle folders from project level and remove build folder inside app level folder
How to get screen size (width,height) in Android?
How to Get bitmap from drawable: Android
Check List for Generate Signed APK Android
How to get a contact image using a phone number in android?
Permission denied for window type 2010 in Marshmallow device
How to Generate signed apk with android studio
What is the difference between match_parent and fill_parent?
How do I generate random numbers in Dart?
Explain Fragment Life Cycle
Invoke-customs are only supported starting with android 0 --min-api 26
FragmentPagerAdapter deprecated, Since API 27.1.0 FragmentPagerAdapter is deprecated.
How to check Android version?
What are the notifications available in android?
What is Context?
How do i load image from drawable folder in Jetpack Compose?
Fix Android Emulator Kill Error When Running Your App
What is Intent? What is the difference between an implicit intent and an explicit intent?
Key Points to remember while develop the Android Application.
What is "shared preferences" in Android ?
Extract Date and Time from Long Type Variable - RRutors
Open PDF in Google Drive with Intent in Android - RRutors
What is NetworkOnMainThread Exception?
What are Android Versions available?
How to convert milli seconds to hours, minutes and seconds in Android?
Hide/Disable soft keyboard on Activity launch: Android
How to start a new activity on button click
Fix Duplicate Files in APK Build.gradle Issue - RRutors
How to install/ uninstall apk by command line ADB
Set Activity to Fullscreen Mode in Android - RRutors
Symmetric vs Asymmetric Encryption in Android Server - RRutors
What is Android Fragments?
How to reduce APK package size?
Fix Error: Use JsonReader.setLenient(true) for Malformed JSON
Decompile APK Files: How to Get Source Code - RRutors Guide
What is Android?
ERR_ACCESS_DENIED in Android Webview with sdk 30
How to copy database from assets folder in android using kotlin
Add Jar/Library Files as Dependency in Android Studio
What is ANR? How to avoid and resolve it?
FCM Not Receiving Notifications in Android - RRutors