BrunoMS
(BrunoMS)
October 9, 2017, 12:02pm
865
Hello Bruno,
I had the same problem as you, and already understood why this happens.
Remember that you must change the code of the plugin. ((( only when you are going to pack it to upload to google play …)))
this is from oficial documetnation
In SampleProject\Plugins\ARToolkitPlugin\Source\ARToolkitPlugin\ARToolkitPlugin_APL.xml locate this line:
String obbPath = Environment.getExternalStorageDirectory() + “/obb/”;
Change it to:
String obbPath = Environment.getExternalStorageDirectory() + “/Android/obb/”;
I’ve changed that, and only works when i upload the app on google play and install it from there. If i the app directly on the phone, i get hte white screen.
But it is working now