To fix the above issue just remove .idea,.gradle folders from project level and remove build folder inside app level folder
Check List for Generate Signed APK Android
Fix Play Store Rejection Due to SMS Permission - RRutors
What is Application?
What is Context?
How to validate email address in Android with Kotlin?
How to convert milli seconds to hours, minutes and seconds in Android?
What is Android Fragments?
How to Generate signed apk with android studio
How to get an image resource by it's name in android?
What is the difference between match_parent and fill_parent?
How to Use Deprecated Handler() in Android - RRutors Guide
How can i comment inside xml file in android studio?
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
How to Exit android app on back pressed?
Fix Android Emulator Kill Error When Running Your App
How to find Android Device UDID or unique ID?
How do I generate random numbers in Dart?
How to get a contact image using a phone number in android?
Emulator: emulator: ERROR: Can't find 'Linux version ' string in kernel image file: Andr
FragmentPagerAdapter deprecated, Since API 27.1.0 FragmentPagerAdapter is deprecated.
What is Intent? What is the difference between an implicit intent and an explicit intent?
How to copy database from assets folder in android using kotlin
What is NetworkOnMainThread Exception?
What are Android Versions available?
How to get screen size (width,height) in Android?
What is ANR in android?
How do I check in SQLite whether a table exists?
What happens next when the device switches between portrait and landscape?
How to reduce APK package size?
Invoke-customs are only supported starting with android 0 --min-api 26
Android Studio project R can't find
Key Points to remember while develop the Android Application.
What is Android?
INSTALL_FAILED_INVALID_APK: Split lib_slice_9_apk was defined multiple times. It is possible that th
Extract Date and Time from Long Type Variable - RRutors
What is "shared preferences" in Android ?
How to start a new activity on button click
Hide/Disable soft keyboard on Activity launch: Android