After reciving the Data from the PHP-File with a MySQL-query, I want to fill two Array with the data.
The first Array works:
results.add((String) json_data.get("product") + "
" + json_data.get("owner"));
But when I add the second Array:
mysql_id.add((String) json_data.get("id"));
Eclipse displays a Error:
The method add(String) is undefined for the type String
There a no suggestions available and I dont know the Problem.
I have "mysql_id" everywhere declard as "results" but it doesnt work!
Thanks for Help!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…