I am trying display app widget( with configuration activity. where user can choose the category what to display on app widget). I can smoothly run the application with app widget in android 4.x device. everything works fine but when it comes to android 2.x device, there is message on screen "Problem loading gadget" instead of loading proper app widget. and i am not able to figure out what is the problem has anybody faced such kind of problem?? Help please :(
Note : Layout for app widget only use
1)RelativeLayout
2)LinearLayout
3)Imageview(which set image bitmap)
4)Textview
Library i have include SherlockActionBar 4.2, Viewpager Indicator