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.
精彩评论