Android Question Error description: Unknown member: getstring

ALberto Pérez

New Member
Hi, I'm doing my first tests with the trial version before buying it and I'm doing an example of a web dictionary. However I got the following error
Error description: Unknown member: getstring
Occurred on line: 44
SearchWord=Response.GetString ("UTF8")
Word: getstring
This corresponds to the following line: SearchWord=Response.GetString ("UTF8")
I was using the http library but then lei that was outdated and use the Okhttp without ambargo I get the same error and I have no idea what is happening to me.
To whom I can help, I thank you.
 
Top