Two of the test activities: WebServiceActivity and InventoryTestActivity use DefaultHttpClient, which was removed after API 22.
It would be great if these samples were updated to use the HttpUrlConnection class. You all could also go crazy and use OkHttp :p.