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