Unity (Vuforia) embedded within Android App

心不动则不痛 提交于 2019-12-07 00:19:29

I have the same error with you I have searched for a lot of tutorials and I found this post and it worked on my project, good luck

No implementation found for void com.unity3d.player.UnityPlayer.nativeRestartActivityIndicator()

  1. Open Unity Build Setting
  2. In android player settings change "scripting backend" to IL2CPP.
  3. In android player settings mark ARM64 checkbox as selected.
  4. Then export again.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!