Android-SmartWebView
Android-SmartWebView copied to clipboard
src/main/AndroidManifest.xml:40: error: No resource identifier found for attribute 'requestLegacyExternalStorage' in package 'android'
After clone,i open it in Android studio & run it then it gave me src/main/AndroidManifest.xml:40: error: No resource identifier found for attribute 'requestLegacyExternalStorage' in package 'android'
internet premision
requestLegacyExternalStorage is enabled in Manifest. Seems like your project isn't properly calling for dependencies or synced.
Try to Clean Project then Rebuild Project.
If that doesn't work do a fresh project install.
also, please check if you're using the latest release?