Exception ‘open failed: EACCES (Permission denied)’ on Android
I had the same problem… The <uses-permission was in the wrong place. This is right: The uses-permission tag needs to be outside the application tag.
I had the same problem… The <uses-permission was in the wrong place. This is right: The uses-permission tag needs to be outside the application tag.