To fix the above issue just remove .idea,.gradle folders from project level and remove build folder inside app level folder
How to Use Deprecated Handler() in Android - RRutors Guide
How to get screen size (width,height) in Android?
Explain Fragment Life Cycle
What is ANR in android?
How to install/ uninstall apk by command line ADB
Open PDF in Google Drive with Intent in Android - RRutors
What is "shared preferences" in Android ?
Decompile APK Files: How to Get Source Code - RRutors Guide
Fix Duplicate Files in APK Build.gradle Issue - RRutors
How do I generate random numbers in Dart?
ERR_ACCESS_DENIED in Android Webview with sdk 30
What is the Different Between val and var in Kotlin?
Fix Play Store Rejection Due to SMS Permission - RRutors
What is the difference between match_parent and fill_parent?
How to get complete address from latitude and longitude?
How to validate email address in Android with Kotlin?
How to reduce APK package size?
How to avoid multiple button click at same time in android?
Permission denied for window type 2010 in Marshmallow device
How to Get bitmap from drawable: Android
What is Android Fragments?
How do I check in SQLite whether a table exists?
What is Application?
How to stop EditText focus at Activity startup in Android?
Add Jar/Library Files as Dependency in Android Studio
How To Set Text Color Programmatically Android TextView?
How to get an image resource by it's name in android?
How to convert DP to Pixel and Pixel to Dp?
How to convert milli seconds to hours, minutes and seconds in Android?
Fix Android Emulator Kill Error When Running Your App
What is ANR? How to avoid and resolve it?
What is Context?
Fix Behavior Subclass BottomSheetBehavior Exception - RRutors
How to check Android version?
Extract Date and Time from Long Type Variable - RRutors
How to Exit android app on back pressed?
Key Points to remember while develop the Android Application.
Android Studio project R can't find
INSTALL_FAILED_INVALID_APK: Split lib_slice_9_apk was defined multiple times. It is possible that th
Set Activity to Fullscreen Mode in Android - RRutors