2012年6月15日 星期五

[AndroidLayout] Inflate layout

Error Message
06-11 16:31:59.046: E/ListView(28360): at java.lang.reflect.Method.invoke(Method.java:507)
06-11 16:31:59.046: E/ListView(28360): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:849)
06-11 16:31:59.046: E/ListView(28360): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
06-11 16:31:59.046: E/ListView(28360): at dalvik.system.NativeStart.main(Native Method)


Solution

inflate layout 傳入參數為

inflate(R.layout.items_row, parent, false);

or

inflate(R.layout.items_row, null);



* Reference
- Android: Custom ListAdapter extending BaseAdapter crashes on application launch

沒有留言:

張貼留言