[Solved]Failed to build AR to android with ARToolkit

Hello, everyone.
I am developing an AR app using ARToolkit, everything works fine when I run it on the editor. But when I want to build it to the android, there is nothing happen and I did not find any apk. I am using Unity 5.3.3. and ARToolkit 5.3.2 for Unity.
thank you.

Check if there’s any error message. I was having the same problem because of the duplications in Plugins. You probably should not import all plugins for different platforms.

sorry for my slow respond, I found the error because the plugin so I delete every plugin beside Android plugin and I can export it to Androind.