<pre name= "code" class= "java" ><span style= "FONT-SIZE:24PX;" >private int Mindex;public Homeitem (context context, AttributeSet Attrs) {Super (context, attrs);//TODO Auto-generated constructor Stubmcontext = context; TypedArray Attrs_index = context.obtainstyledattributes (Attrs,r.styleable.attrs_index);//Implement this property Mindex = Attrs_ Index.getinteger (r.styleable.attrs_index_index, 0);//The initialization operation is performed here}</span>
</pre><pre name= "code" class= "java" ><pre name= "code" class= "java" ><span style= "FONT-SIZE:24PX;" >attrs.xml<?xml version= "1.0" encoding= "Utf-8"?> <resources> <declare-styleable name= " Attrs_index "> <attr name=" index "format=" integer "/> </declare-styleable> </ Resources></span>
Java.lang.NoSuchMethodException: <init> [Class Android.content.Context, Interface Androidutil. Attri