APK deployed on device crashes with black screen

  1. “derpstudios” - lol you r awesome!
  2. I am kind of unable to see any issue in the logcat you posted (correct me if i am wrong, maybe i am missing).
  3. Pls do next: open cmd/shell console/ whatever you have on your machine, type “adb devicves”. It will tell you your device id. If not - woalah your device is not connected. If yes, type next: “adb -s YourDeviceIdFromPreviousLine logcat > SomeFolderAddress/somefoldername.txt” . Type enter. It started to record your logcat. ONLY THEN try to start your application on-device. Wait for it to crush. Ctrl+break the cmd/shell window you were writing those adb commands to. Post here the link to the logcat.

I can’t promise miracles, but i’ll try my best at least to appoint you what generally goes wrong.