x


Java AndroidManifest error

I'm writing a Android plugin in Java for Unity and in my AndroidManifest.xml file i encountered these errors:

Error: String types not allowed (at 'configChanges' with value 'fontScale|keyboard|keyboardHidden|locale|mnc|mcc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode|touchscreen') line 13 Android AAPT Problem

<activity android:name="com.qualcomm.QCARUnityPlayer.QCARPlayerProxyActivity" android:label="@string/app_name" android:configChanges="fontScale|keyboard|keyboardHidden|locale|mnc|mcc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode|touchscreen" android:screenOrientation="portrait">
      <intent-filter>
        <action android:name="android.intent.action.MAIN" />
        <category android:name="android.intent.category.LAUNCHER" />
      </intent-filter>
    </activity>

Thank you in advance.

more ▼

asked Jun 08 '12 at 05:25 PM

mvaculisteanu gravatar image

mvaculisteanu
17 2 3 5

(comments are locked)
10|3000 characters needed characters left

1 answer: sort voted first
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x2611
x302

asked: Jun 08 '12 at 05:25 PM

Seen: 878 times

Last Updated: Jun 08 '12 at 05:56 PM