我又碰到一个很奇怪的额问题,我本来已经做好一个插件了。
现在弄第二个,按照第一个一模一样的方式配置我插件文件里的活动
我的写法是:
<config-file target="AndroidManifest.xml" parent="/manifest/application">
<activity
android:name="com.formssi.plugin.signature.Sign3Activity"
android:theme="@android:style/Theme.Holo.Light.NoActionBar">
</activity>
</config-file>
第一个插件也是这样配的,或者我后边</activity>不要,直接在前边结尾。在我引进插件打包本地APP的时候,失踪给我报这样的错误
org.dom4j.DocumentException: Error on line 34 of document : The prefix "android" for attribute "android:name" associated with an element type "activity" is not bound. Nested exception: The prefix "android" for attribute "android:name" associated with an element type "activity" is not bound.
我真的觉得好纳闷,麻烦给我解答一下吧。