"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Ground Plane (Android) doesn't work on virtual Pixel 2 API 27

Hi, I'm trying to run the GroundPlane example using Android Studio 3.1 on a virtual Pixel 2 with API 27. According to the list of the "Supported devices" the Pixel 2 is supported, but I get always the error "Failed to initialize Device Tracker" when trying to init the PositionalDeviceTracker.

Using only the SmartTerrain tracker without the PositionalDeviceTracker the app starts, but it doesn't work and doesn't do anything. Using the Logcat in Android Studio debugger I'm getting only these outputs:

... 05-02 12:56:24.052 6517-6705/? I/GroundPlaneRenderer: Hit test returned no results 05-02 12:56:24.090 6517-6705/? I/GroundPlaneRenderer: No trackables 05-02 12:56:24.154 6517-6705/? I/GroundPlaneRenderer: Perform hit test with normalized touch point (0.5, 0.5) 05-02 12:56:24.190 6517-6705/? I/GroundPlaneRenderer: Hit test returned no results 05-02 12:56:24.226 6517-6705/? I/GroundPlaneRenderer: No trackables ... What can I do to make it working?

 

Thanks in advance for your help and your time

Hello DavideUnibo,

Which version of Unity and Vuforia are you using? Are you seeing this with the sample app as well?

Thanks,

Vuforia Support

DavideUnibo

Tue, 05/15/2018 - 08:48

Hello, thanks for your reply.

I'm not using Unity, I'm using Android Studio v3.1 and Vuforia 7.1.34 and yes, I'm seeing this with the sample app GroundPlane downloaded from your site.

Thanks for your time,

Davide