Error:(54, 9) at AndroidManifest.xml:54:9 duplicated with element declared at AndroidManifest.xml:50:9
<service
android:name=".MyService"
android:enabled="true" />
<service
android:name=".MyService"
android:enabled="true"
android:process=":remote" />
在eclipse中是没问题的 ,现在报错该如何修改?
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
学习是最好的投资!