开发者

App in the system_process using emulator on windows only

开发者 https://www.devze.com 2023-03-02 05:05 出处:网络
android:process =\"system_process\" android:sharedUserId = \"android.uid.system\" in the manifest , but still i am getting a strange error on the emulator console i.e.

android:process ="system_process" android:sharedUserId = "android.uid.system"

in the manifest , but still i am getting a strange error on the emulator console i.e. Installation error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED

if any of you have launched an开发者_如何转开发 app in the system_process please lemme know.

Thanks in advance


Look at the log to see the error.

That said... seriously... DON'T run apps in the system process. Just don't.

0

精彩评论

暂无评论...
验证码 换一张
取 消