I am using Vuforia to build an AR App but when I add:
<meta-data android:name="com.google.ar.core" android:value="optional" />
in AndroidManifest.xml file, the camera gets stuck and OnDrawFrame gets called only once.
And when I add this tag then I get a smart terrain initialization error for ground plane while OnDrawFrame works fine.