android - Unrecognized Windows Sockets error: 87: create -


I'm new to Android development and I'm following the instructions given on this site:

< P>

I was trying to make my AVD but ran on this issue and could not solve it. Google Search did not really help either when I was trying to install some packages, this is the following error:

  Download the SDK platform Android L Preview, Modification 3 Download Interrupted Windows Sockets Error: 87: Downloading Android Support Repository, Modification 6 Download Interrupted: Unrecognized Windows Sockets Error: 87: 'Android TV ARM EAB v7a System Image, Rroid API el Amendment build touch 1 '; It depends on 'SDK Platform Android L Preview, Revision 3' which was not installed. 'Android TV Intel X86 Atom System Image, Android API L, Revision 1'; It depends on 'SDK Platform Android L Preview, Revision 3' which was not installed. Leaving 'ARM EAB v7a System Image, Android API L, Revision 1'; It depends on 'SDK Platform Android L Preview, Revision 3' which was not installed. Leaving 'Intel X86 Atom System Image, Android API L, Revision 1'; It depends on 'SDK Platform Android L Preview, Revision 3' which was not installed. done. Nothing was established  

Can anyone take me in the right direction?

I

  • This problem has been solved!

    1. Run cmd.exe as administrator
    2. Type netsh winsock reset
    3. Restart the computer
    < P> After these steps, I no longer had this error.


  • Comments

    Popular posts from this blog

    sqlite3 - UPDATE a table from the SELECT of another one -

    c# - Showing a SelectedItem's Property -

    javascript - Render HTML after each iteration in loop -