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
What is Context?
What is Intent? What is the difference between an implicit intent and an explicit intent?
How can i comment inside xml file in android studio?
Explain Fragment Life Cycle
How to save activity State in Android?
What is "shared preferences" in Android ?
What is the Different Between val and var in Kotlin?
What is ANR? How to avoid and resolve it?
How to get an image resource by it's name in android?
What is Android Fragments?
Open PDF in Google Drive with Intent in Android - RRutors
FragmentPagerAdapter deprecated, Since API 27.1.0 FragmentPagerAdapter is deprecated.
Add Jar/Library Files as Dependency in Android Studio
What is NetworkOnMainThread Exception?
Fix Duplicate Files in APK Build.gradle Issue - RRutors
How to install/ uninstall apk by command line ADB
How to stop EditText focus at Activity startup in Android?
How to get a contact image using a phone number in android?
Fix Play Store Rejection Due to SMS Permission - RRutors
Symmetric vs Asymmetric Encryption in Android Server - RRutors
How to reduce APK package size?
Extract Date and Time from Long Type Variable - RRutors
Key Points to remember while develop the Android Application.
ERR_ACCESS_DENIED in Android Webview with sdk 30
FCM Not Receiving Notifications in Android - RRutors
How To Set Text Color Programmatically Android TextView?
What are Android Versions available?
Emulator: emulator: ERROR: Can't find 'Linux version ' string in kernel image file: Andr
How to copy database from assets folder in android using kotlin
Decompile APK Files: How to Get Source Code - RRutors Guide
What happens next when the device switches between portrait and landscape?
How to validate email address in Android with Kotlin?
What are the notifications available in android?
What is the difference between match_parent and fill_parent?
How do i load image from drawable folder in Jetpack Compose?
How to avoid multiple button click at same time in android?
Android Studio project R can't find
How to get screen size (width,height) in Android?
Fix Android Emulator Kill Error When Running Your App
How do I check in SQLite whether a table exists?