I get a hard failure on every 4.x Android device I run Fabric.io on. It crashes on the first thing it needs to do:
TwitterAuthConfig authConfig = new TwitterAuthConfig(Constants.TWITTER_KEY, Constants.TWITTER_SECRET);
// crashes here on any 4.x device
Fabric.with(this, new Twitter(authConfig));
Anyone else seen this and have a solution?