Pixel 4a - Can't find ARCore even though it says it's already downloaded

不打扰是莪最后的温柔 提交于 2021-02-04 07:31:09

问题


Pixel 4a comes with ARCore and is on the list of supported devices

https://developers.google.com/ar/discover/supported-devices

However when I'm trying to load the ArFragment

 <fragment
            android:id="@+id/ar_fragment"
            android:name="com.google.ar.sceneform.ux.ArFragment"
            android:layout_width="match_parent"
            android:layout_height="match_parent" />

It keeps prompting me to download ARCore and when I go try to find ARCore in the playstore, it's not there.

Can't seem to find any info about this issue googling it.


回答1:


My targetSdkVersion was 30, after changing it to targetSdkVersion 29 the ARcore library was being detected.



来源:https://stackoverflow.com/questions/65299748/pixel-4a-cant-find-arcore-even-though-it-says-its-already-downloaded

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!