BLACKISH DEV BLOG Support
 

 

Unity: Debugging Android

So you want to know what’s going on in your Android build?

  1. Connect your Android device (USB cable), build and run your project
  2. Open the Terminal
  3. Navigate to directory of the android sdk and find the platform-tools folder. (In my case it’s $ cd ~/Downloads/android-sdk-macosx/platform-tools/)
  4. $ ./adb logcat -s Unity

From now on everything that happens on your connected Android device that has something to do with Unity will be output here. Enjoy.

Bookmark the permalink. Follow any comments here with the RSS feed for this post. Post a comment or leave a trackback: Trackback URL.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>