小编Kam*_*jee的帖子

面向 Android 12 及更高版本的应用需要为“android:exported”指定显式值 [Cordova]

当我在 GitHub 中运行 Apk 时,出现错误。当我在 GitHub 中构建 Apk 时。无法定义清单内的某些内容,因为它每次都是新鲜构建的。我所能做的就是在 Config.Xml 文件中。添加后android:exported="false",也出现同样的错误。此问题参考的两张图片均附在此处。GitHub 错误Config.Xml。帮助将不胜感激。

<?xml version='1.0' encoding='utf-8'?>
<widget id="com.likehub.sweetheart" version="1.1.64" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
    <name>sweetheart</name>
    <description>making love bird together</description>
    <author email="mynamey9er@gmail.com" href="">likehub</author>
    <content src="index.html" />
    <access origin="*" />
    <allow-intent href="http://*/*" />
    <allow-intent href="https://*/*" />
    <allow-intent href="tel:*" />
    <allow-intent href="sms:*" />
    <allow-intent href="mailto:*" />
    <allow-intent href="geo:*" />
    <preference name="AndroidXEnabled" value="true" />
    <preference name="WebViewBounce" value="false" />
    <preference name="UIWebViewBounce" value="false" />
    <preference name="DisallowOverscroll" value="true" />
    <preference name="LoadUrlTimeoutValue" value="700000" />
    <preference name="ScrollEnabled" …
Run Code Online (Sandbox Code Playgroud)

github node.js cordova ionic-framework angular

20
推荐指数
3
解决办法
2万
查看次数

标签 统计

angular ×1

cordova ×1

github ×1

ionic-framework ×1

node.js ×1