Search Unity

Lenovo Mirage Solo - Unsupported on google play

Discussion in 'Daydream' started by UXeyeway, Mar 31, 2019.

  1. UXeyeway

    UXeyeway

    Joined:
    Jan 22, 2018
    Posts:
    10
    Hello,

    My daydream app can only install on my Pixel device via google play and not on Lenovo Mirage Solo...
    Looking at the Device Catalog menu tab at the Google Developer Console the reason for it not being supported are showing as:

    Doesn't support required feature <uses-feature>
    - android.hardware.camera.ar

    However I don't have ARCore enabled and when I export the project and look at the manifest in the Android Studio... I don't see a line like:
    <uses-feature android:name="android.hardware.camera.ar" android:required="true"/>
    (I though't I'd see it would be able to change it to not required or just delete it...

    Anyone else encountered this issue? Any ideas how to solve it and get my app installed on Mirage Solo VR devices via google play?

    Thanks!
     
  2. mdurand

    mdurand

    Joined:
    Aug 1, 2016
    Posts:
    45
    Hello-

    Just to be clear: are you having trouble publishing your Mirage app to the Play Store or are you having trouble deploying it to your Mirage?

    -Best,
    Mike
     
  3. UXeyeway

    UXeyeway

    Joined:
    Jan 22, 2018
    Posts:
    10
    SOLVED - by deleting Google AR Core asset from the project
     
    Last edited: Apr 18, 2019