musk Posted January 27, 2020 Share Posted January 27, 2020 I'm trying to deploy my app to Beta on Viveport. I can build and run it on the device with no problems, but when I upload it to Viveport it fails and gives me a rather unhelpful error message: Deploying to Beta Failed Failed to deploy this build, please make sure the package name and android manifest are correct. Click “Edit” to make adjustments and submit again. For additional support, please contact us. Error code: -5 I can't see anything wrong with my manifest, here's what it looks like: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.unity3d.player" xmlns:tools="http://schemas.android.com/tools"> <application android:icon="@drawable/app_icon" android:label="@string/app_name" android:theme="@style/Theme.WaveVR.Loading" android:resizeableActivity="false" tools:replace="android:theme"> <activity android:name="com.htc.vr.unity.WVRUnityVRActivity" android:label="@string/app_name" android:enableVrMode="@string/wvr_vr_mode_component" android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:launchMode="singleTask" android:configChanges="orientation|keyboardHidden" android:screenOrientation="landscape"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> <category android:name="com.htc.intent.category.VRAPP" /> </intent-filter> <meta-data android:name="unityplayer.UnityActivity" android:value="true" /> <meta-data android:name="unityplayer.SkipPermissionsDialog" android:value="true" /> </activity> <meta-data android:name="minWaveSDKVersion" android:value="1" /> <meta-data android:name="com.htc.vr.content.NumDoFHmd" android:value="6DoF"/> <meta-data android:name="com.htc.vr.content.NumDoFController" android:value="3DoF"/> <meta-data android:name="com.htc.vr.content.NumController" android:value="1"/> <meta-data android:name="no_controller_pairing" android:value="true" /> </application> <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> <uses-permission android:name="com.htc.vr.core.server.VRDataWrite"/> <uses-permission android:name="com.htc.vr.core.server.VRDataRead"/> <uses-permission android:name="com.htc.vr.core.server.VRDataProvider" /> <uses-permission android:name="vive.wave.vr.oem.data.OEMDataRead" /> <uses-permission android:name="vive.wave.vr.oem.data.OEMDataWrite" /> <uses-permission android:name="com.viveport.CHECK_LICENSE" /> <uses-feature android:glEsVersion="0x00030000" /> <uses-sdk android:minSdkVersion="25" android:targetSdkVersion="26"/> </manifest> I'm using Unity 2019.2.19 and Wave SDK 3.1.4. I have another app that uses an older version of the Wave SDK and has identical manifest, except for targetSdkVersion, which in that case is 25. I tried changing to 25 in this app as well, but the build fails and WaveSDK dialog complains that the recommended setting is 26. I attached a screenshot from Unity's console when trying to build with target=25. @JustinVive @Cotta @Tony PH Lin @Albert H. @Corvus Link to comment Share on other sites More sharing options...
Albert H. Posted February 4, 2020 Share Posted February 4, 2020 Hi Musk! I'm Albert with developer support for Content Operations! Thank you for your patience and I am sorry about your encounter. I can help you overcome this and to get started I will need your Account ID--can you please private message me it? And an email I can reach you at as well, please. It is under the settings tab, top side, in your developer console. Please note to be logged in the account that you are submitting with. Thank you! @musk Link to comment Share on other sites More sharing options...
VirtiLukas Posted November 13, 2020 Share Posted November 13, 2020 Was there a solution to this? We seem to be having the same problem. Link to comment Share on other sites More sharing options...
Corvus Posted November 17, 2020 Share Posted November 17, 2020 @VirtiLukas Are you deploying a PC or mobile beta build? If mobile, can you share the manifest with me? (via reply or DM works). Link to comment Share on other sites More sharing options...
mtownsend Posted October 28, 2021 Share Posted October 28, 2021 Same issue here. Any word from HTC support? Link to comment Share on other sites More sharing options...
Tony PH Lin Posted November 9, 2021 Share Posted November 9, 2021 @Corvus could you provide some Viveport update here? Link to comment Share on other sites More sharing options...
Corvus Posted November 9, 2021 Share Posted November 9, 2021 @mtownsend Can you post or DM me your android manifest? Link to comment Share on other sites More sharing options...
Zhong Posted December 9, 2021 Share Posted December 9, 2021 也发现了这个问题。之前提交成功,但是修改DRM失败。 这样就可以提交成功AndroidManifest.xml 这不能AndroidManifest.xml 但我删除了 <uses-permission android:name="com.viveport.CHECK_LICENSE" /> ,它也不能 有解决办法吗? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now