Apk crashes on start

Hi, very first sorry for my bad English…
my apk crashes on startup,.
using UNITY 2018.3.12f1
when I checked DDMS, I notice no error shown on apk startup then I uninstall previous one apk
and again install new one, install successfully, but leaves error on DDMS during installing
Here is error I got:

Can’t build MobileApplication indexable: URL too long intent:#Intent;action=android.intent.action.MAIN;category=android.intent.category.LAUNCHER;package=com.testinggame;component=com.testinggame/com.unity3d.player.UnityPlayerNativeActivity;end

Where did you see that error? That looks like a build error, not a runtime error. Can you provide the device logs? How To - Capturing Device Logs on Android