yanzhenjie / AndPermission

:strawberry: Permissions manager for Android platform.

Home Page:https://yanzhenjie.com/AndPermission

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

无法安装应用,缺失权限组

quibbler01 opened this issue · comments

adb: failed to install app-debug.apk: Failure [-127: Package 包名 attempting to declare permission 包名.andpermission.bridge in non-existing group 包名.andpermission]

commented

manifests里加上

<permission-group android:name="${applicationId}.andpermission"/>