Move the <uses-permission>
elements outside of <application>
. They need to be immediate children of the root <manifest>
element.
不然就会出现crush!
不用申请权限,改个位置即可。
本文共 213 字,大约阅读时间需要 1 分钟。
Move the <uses-permission>
elements outside of <application>
. They need to be immediate children of the root <manifest>
element.
不然就会出现crush!
不用申请权限,改个位置即可。
转载于:https://www.cnblogs.com/sansuiwantong/p/6037014.html