Hello,
Try to add new permissions to the ARToolkitPlugin_APL.xml located in:
SampleProject\Plugins\ARToolkitPlugin\Source\ARToolkitPlugin\ARToolkitPlugin_APL.xml
Currently it has the following:
<androidManifestUpdates>
<addPermission android:name="android.permission.INTERACT_ACROSS_USERS_FULL"/>
<addPermission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<addPermission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<addPermission android:name="android.permission.CAMERA" />
<addPermission android:name="android.permission.FLASHLIGHT"/>
<addFeature android:name="android.hardware.camera" />
<addFeature android:name="android.hardware.camera.autofocus" android:required="false"/>
<addFeature android:name="android.hardware.camera.flash" android:required="false"/>
</androidManifestUpdates>
Can you please send me your logs when you get the white screen ? Does it happen only if you install it from google play?
Try to add new permissions to the ARToolkitPlugin_APL.xml located in:
SampleProject\Plugins\ARToolkitPlugin\Source\ARToolkitPlugin\ARToolkitPlugin_APL.xml
Currently it has the following:
<androidManifestUpdates>
<addPermission android:name="android.permission.INTERACT_ACROSS_USERS_FULL"/>
<addPermission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<addPermission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<addPermission android:name="android.permission.CAMERA" />
<addPermission android:name="android.permission.FLASHLIGHT"/>
<addFeature android:name="android.hardware.camera" />
<addFeature android:name="android.hardware.camera.autofocus" android:required="false"/>
<addFeature android:name="android.hardware.camera.flash" android:required="false"/>
</androidManifestUpdates>
Can you please send me your logs when you get the white screen ? Does it happen only if you install it from google play?
Originally posted by WillLeap
View Post
Comment