Android Picasso Library NoClassDefFoundError -


i'm new picasso library , i'm not sure put in context argument of with(context) method, tried both + getapplicationcontext() , failed appreciated

    protected void oncreate(bundle savedinstancestate) {     super.oncreate(savedinstancestate);     setcontentview(r.layout.activity_main);      imageview iv = (imageview) findviewbyid(r.id.imageview1);     picasso.with(this).load(r.drawable.appertizers_curly_twister_fries).into(iv);  } 


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -