Android-SmartWebView icon indicating copy to clipboard operation
Android-SmartWebView copied to clipboard

src/main/AndroidManifest.xml:40: error: No resource identifier found for attribute 'requestLegacyExternalStorage' in package 'android'

Open guddumodok opened this issue 5 years ago • 2 comments

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'

guddumodok avatar May 21 '20 03:05 guddumodok

internet premision

nevenne avatar May 21 '20 08:05 nevenne

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?

mgks avatar Jun 03 '20 08:06 mgks