我正在尝试为 Google Play 构建我的 Apache Cordova 应用程序,尽管我包含了xlmns:tools. 我已经尝试了互联网上的所有解决方案,但仍然出现此错误!哪里有问题?
我的代码:
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
id="com.mypackage" versionCode="1.8.4" version="1.8.4">
<config-file target="AndroidManifest.xml" parent="/manifest">
...
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION"
tools:node="remove"/>
...
</config-file>
</widgets>
Run Code Online (Sandbox Code Playgroud)