Hey when i tried to use ur sdk in android i am getting error for
com.addthis.error.ATDatabaseException: Couldnot find the database
while executing the below line of code.
try {
AddThis.setFavoriteMenuServices(this, "facebook","twitter");
} catch (ATDatabaseException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}