When I Created an Android emulator with version 11 after starting the emulator return the above error and the cause was my Emulator running an old version. Then i resolved this issue by updating the emulator with the latest versions.
Tools > SDK Manager > SDK Tools > Android Emulator > Mark it checked to force update > Accept
How do i load image from drawable folder in Jetpack Compose?
How to avoid multiple button click at same time in android?
Fix Duplicate Files in APK Build.gradle Issue - RRutors
How to get screen size (width,height) in Android?
What is the difference between match_parent and fill_parent?
What is Android Fragments?
How To Set Text Color Programmatically Android TextView?
What is Android?
How can i comment inside xml file in android studio?
Fix Error: Use JsonReader.setLenient(true) for Malformed JSON
What is NetworkOnMainThread Exception?
What is ANR? How to avoid and resolve it?
How to Use Deprecated Handler() in Android - RRutors Guide
How to reduce APK package size?
Android Studio project R can't find
What happens next when the device switches between portrait and landscape?
How to validate email address in Android with Kotlin?
Decompile APK Files: How to Get Source Code - RRutors Guide
Key Points to remember while develop the Android Application.
How to save activity State in Android?
How to get an image resource by it's name in android?
What are the notifications available in android?
Open PDF in Google Drive with Intent in Android - RRutors
How to stop EditText focus at Activity startup in Android?
How to start a new activity on button click
Check List for Generate Signed APK Android
Hide/Disable soft keyboard on Activity launch: Android
What is Application?
Add Jar/Library Files as Dependency in Android Studio
How to copy database from assets folder in android using kotlin
Explain Fragment Life Cycle
ERR_ACCESS_DENIED in Android Webview with sdk 30
How to check Android version?
What are Android Versions available?
How to Generate signed apk with android studio
INSTALL_FAILED_INVALID_APK: Split lib_slice_9_apk was defined multiple times. It is possible that th
Fix Behavior Subclass BottomSheetBehavior Exception - RRutors
Invoke-customs are only supported starting with android 0 --min-api 26
Set Activity to Fullscreen Mode in Android - RRutors
How to install/ uninstall apk by command line ADB