当我在 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)