Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

安装报错:INSTALL_PARSE_FAILED_MANIFEST_MALFORMED #26

Open
qet119 opened this issue Nov 9, 2019 · 1 comment
Open

安装报错:INSTALL_PARSE_FAILED_MANIFEST_MALFORMED #26

qet119 opened this issue Nov 9, 2019 · 1 comment

Comments

@qet119
Copy link

qet119 commented Nov 9, 2019

compileSdkVersion 28
android 9

<receiver android:name="com.shihoo.daemon.watch.WakeUpReceiver" android:process=":0"> <intent-filter> <action android:name="android.intent.action.USER_PRESENT"/> <action android:name="android.intent.action.BOOT_COMPLETED" /> <action android:name="android.net.conn.CONNECTIVITY_CHANGE" /> <action android:name="android.intent.action.USER_PRESENT" /> <action android:name="android.intent.action.MEDIA_MOUNTED" /> <action android:name="android.intent.action.ACTION_POWER_CONNECTED" /> <action android:name="android.intent.action.ACTION_POWER_DISCONNECTED" /> </intent-filter> </receiver>

需要将android:process=":0" 指定为其他字符 :A

@ShihooWang
Copy link
Owner

是的,manifest中配置子进程属性时process不能为数字

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants