My Unity project exports, compiles and runs perfect on IOS.
When I switch to target Android and ensure the settings are those recommended it builds the apk fine
The apk installs and the app runs but when I open the AR I always get an Initialization error, Failed to initialize Vuforia
There is nothing I do with the Unity project between IOS and Android other than switch target
??
Resolved:
set to debug then build and run which opend Android Studio.
Reading LogCat I found that the AndroidManifest had somehow changed to a barebones one so was missing permissions.
Updated, rebuilt and run...jobs a goodun :-)