获取“名称”属性时出错:属性不是字符串值 Hybrid Cordova App
Posted
技术标签:
【中文标题】获取“名称”属性时出错:属性不是字符串值 Hybrid Cordova App【英文标题】:ERROR getting 'name' attribute: attribute is not a string value Hybrid Cordova App 【发布时间】:2016-08-13 00:39:16 【问题描述】:我是使用 Cordova 和 salesforce 的混合 android 应用程序的新手。
我已经构建了一个签名的 APK 并对其进行了 ZipAligned。
但是当我将它上传到应用商店时,它给了我以下错误:
以下是我的 Manifest 文件:
<?xml version='1.0' encoding='utf-8'?>
<manifest android:hardwareAccelerated="true" android:versionCode="1" android:versionName="1.0.1" package="com.thehub.app" xmlns:android="http://schemas.android.com/apk/res/android">
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" />
<uses-sdk android:minSdkVersion="17" android:targetSdkVersion="23" />
<permission android:name="com.thehub.app.permission.C2D_MESSAGE" android:protectionLevel="signature" />
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_SERVICE" />
<uses-permission android:name="com.thehub.app.permission.C2D_MESSAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
<application android:allowBackup="true"
android:hardwareAccelerated="true"
android:icon="@drawable/thehub"
android:label="@string/app_name"
android:manageSpaceActivity="com.salesforce.androidsdk.ui.ManageSpaceActivity" >
<activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale"
android:label="@string/app_name"
android:launchMode="singleTop"
android:name="com.salesforce.androidsdk.ui.sfhybrid.SalesforceDroidGapActivity"
android:screenOrientation="portrait"
android:theme="@android:style/Theme.Black.NoTitleBar">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:label="@string/app_name" android:name="com.synconset.MultiImageChooserActivity" android:screenOrientation="portrait" android:theme="@android:style/Theme.Holo.Light">
<intent-filter />
</activity>
<activity android:exported="true" android:label="@string/app_name" android:name="com.plugin.gcm.PushHandlerActivity" android:screenOrientation="portrait" />
<receiver android:name="com.plugin.gcm.CordovaGCMBroadcastReceiver" android:permission="com.google.android.c2dm.permission.SEND">
<intent-filter>
<action android:name="com.google.android.c2dm.intent.RECEIVE" />
<action android:name="com.google.android.c2dm.intent.REGISTRATION" />
<category android:name="com.thehub.app" />
</intent-filter>
</receiver>
<service android:name="com.plugin.gcm.GCMIntentService" />
</application>
</manifest>
我无法在 Manifest 文件中找到我做错的地方。
感谢任何帮助。
提前致谢。
【问题讨论】:
【参考方案1】:从这篇文章中得到答案
http://salesforce.stackexchange.com/questions/69566/mobile-sdk-android-aapt-error
在 SalesforceSDK 插件中
刚刚改了
android:name="@string/app_package"
到
android:name="com.salesforce.androidsdk"
【讨论】:
以上是关于获取“名称”属性时出错:属性不是字符串值 Hybrid Cordova App的主要内容,如果未能解决你的问题,请参考以下文章
错误 CNDL0027:File/@Name 属性的值不是有效的 8.3 兼容名称