问题:安卓申请权限时提示上述信息 分析:安卓旧版本引起的onRequestPermissionsResult方法找不到 解决:调整project.properties里面的target为android-26即可修复。 相关文章: