Saturday, January 7, 2012

Android dev install

Installing an app you've developed on an actual Android device is documented pretty well, but I tripped over a missing step (c) for Linux:

sudo /etc/init.d/udev restart

I.e. Once you've added your settings to /etc/udev/rules.d/51-android.rules, you need to restart the udev service. Obvious in retrospect, I suppose.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Jekyll Pages List

Getting a list of pages in a Jekyll site is easy, but paring that down to just the top-level files and the index pages is tricky. {% for p...