imoblife
imoblife
I don't know what's going on, but this may have sth. to di with it: 11-07 11:18:34.383: W/SharedPreferencesImpl(15678): getSharedPreferences 11-07 11:18:34.383: W/SharedPreferencesImpl(15678): org.xmlpull.v1.XmlPullParserException: Map value without name attribute: float 11-07...
11-10 11:05:32.645: E/AndroidRuntime(9841): FATAL EXCEPTION: main 11-10 11:05:32.645: E/AndroidRuntime(9841): Process: my.package.full, PID: 9841 11-10 11:05:32.645: E/AndroidRuntime(9841): java.lang.RuntimeException: Unable to start activity ComponentInfo{my.package.full/my.package.full.setting.ASetting}: java.lang.RuntimeException: Parcel android.os.Parcel@6526cc68: Unmarshalling unknown type code 1279544898...
May help: Before Android 4.1, method android.view.View org.holoeverywhere.LayoutInflater.createViewFromTag(android.view.View, java.lang.String, android.util.AttributeSet) would have incorrectly overridden the package-private method in android.view.LayoutInflater
``` ```
1st log: java.lang.IndexOutOfBoundsException: Invalid index 3, size is 3 at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251) at java.util.ArrayList.get(ArrayList.java:304) at base.util.ui.listview.ExpandListAdapter.getGroup(ExpandListAdapter.java) at my.package.Fragment$Adapter.getGroupView(Fragment.java) at com.diegocarloslima.fgelv.lib.WrapperExpandableListAdapter.getGroupView(WrapperExpandableListAdapter.java) at android.widget.ExpandableListConnector.getView(ExpandableListConnector.java:450) 2nd log: java.lang.ArrayIndexOutOfBoundsException at android.view.MotionEvent.getY(MotionEvent.java:934) at android.widget.AbsListView.onTouchEvent(AbsListView.java:2263) at android.widget.ListView.onTouchEvent(ListView.java:3492)...