This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I want to write a ListView in basic format but I get an error: UnsupportedOperationException: addView(View, LayoutParams) is not supported in AdapterView and: androidview.LayoutInfalater.inflate(LayoutInflater.java: some numbers....like 720,658...so on) I know something should be done here in the adapter class: public View getView(int position, View convertView, ViewGroup parent) { // TODO [...] read more