<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="test.hook.xposed.com.xposeddemo">
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme" /> ==================》注意这里,你的描叙信息写在了applictioan节点外面
=================================
<meta-data
android:name="xposedmodule"
android:value="true" />
<meta-data
android:name="xposeddescription"
android:value="Easy example which makes the status bar clock red and adds a smiley" />
<meta-data
android:name="xposedminversion"
android:value="53" />
===================================
</manifest>
最后于 2018-6-10 17:09
被猫子编辑
,原因: