I have decompile APK using 'apktool d demoapp.apk' then compiling apk using 'apktool b demoapp.apk' but at compile time it throws error
brut.androlib.AndrolibException: brut.common.BrutException: could not exec (exit code = 1):
Here No resource identifier found for attribute 'preserveLegacyExternalStorage' in package 'android' and same for 'requestLegacyExternalStorage' as well.
from error: No resource identifier found for attribute 'requestLegacyExternalStorage' and 'preserveLegacyExternalStorage' in package 'android'
No comments:
Post a Comment