I followed the suggestion from https://stackoverflow.com/a/7853412/497102 and I ended up, that sardine is not finding any http classes. Well as http://code.google.com/p/httpclientandroidlib/ says correctly alls package names are renamed from
org.apache.http
to
ch.boye.httpclientandroidlib
and therefore Sardine can not find any classes.
The stackoverflow thread above is blocked and I need a answer to this, how I can use Sardine in Android
App Level: 8, Android 2.2
Thanks