08-25-2018 05:52 PM
08-25-2018 09:12 PM
04-17-2019 12:35 AM
05-16-2019 10:10 AM
<?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto"> <application android:allowBackup="true"> <activity android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen" android:configChanges="locale|fontScale|keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode" android:launchMode="singleTask" android:name="com.unity3d.player.UnityPlayerActivity" android:excludeFromRecents="true"> <intent-filter> <action android:name="android.intent.action.MAIN"/> <category android:name="android.intent.category.INFO"/> </intent-filter> </activity> <meta-data android:name="unityplayer.SkipPermissionsDialog" android:value="false" /> </application></manifest>
04-07-2020 06:08 AM
cly3d said:
Would be great if you could post it here, instead of a PM. or, don't post it (considering you might have spent your own time troubleshooting it) but what would help is some tips on how you overcame the error issues.
I'm having this error when trying to create an Oculus store compliant manifest via Unity 2018.3 via Gradle/
"@allowBackup = false in audio360-exo:28 collides with another value"
I suspect I could fix it by altering the Oculus created manifest in the unity->Assets->Plugins->Android folder to have a value of "true" for allow backups, but haven't tried it yet.