"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

How to fix the black screen issue with ARCore / Android

The black screen issue you're encountering might be related to Google removing ARCore support for 32-bit apps on 64-bit devices. This might causes devices to show a black screen because of the removed support from Google:

Image removed.

To solve this issue you must build for 64-bit devices. To do so you have to change the following settings:

  • Switch the Scripting Backend in the Project Settings from Mono to IL2CPP.
  • Target only theĀ ARM64 (64-bit) architecture.

Your settings should look something like:

Image removed.

Please read more about the issue here: https://developers.google.com/ar/64bit

Attachment