大婶儿们,react native 怎么实现关机,添加了android:sharedUserId="android.uid.system"> 和 <uses-permission
android:name="android.permission.REBOOT"
tools:ignore="ProtectedPermissions" /> 然后被提示
Execution failed for task ':app:installDebug'.
> com.android.builder.testing.api.DeviceException: com.android.ddmlib.InstallException: INSTALL_FAILED_SHARED_USER_INCOMPATIBLE: Package com.systemcontroller tried to change user null
展开
评论