Unable to Launch to Android Device

Hello,

I’m currently unable to launch my project to my connected Android Device. The device shows up underneath the “Launch” menu, but the packaging results in an unknown error.

Can someone go through quickly to help determine why I’m unable to launch projects to my android device.

The full output log is in the next post:

*Edit - Full Output Log in attachment below:

Hi Ayscotty,

Here is the error:

This is caused by setting up your package name wrong. It should be something like “com.mycompany.[PROJECT]”.

This did the trick!

changes my package name to be in the “com.mycompany.PROJECTNAME” format