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
Post a Comment