{{theTime}}

Search This Blog

Total Pageviews

Opening Android Studio Error in windows 7 Failed to fetch URL http://dl-ssl.google.com/android/repository/addons_list-2.xml, reason: Permission denied: connect

Failed to fetch URL http://dl-ssl.google.com/android/repository/addons_list-2.xml, reason: Permission denied: connect



Firewall was blocking to connect   Disable Norton Antivirus Smart Firewall or Add the URL to allow to connect.

No comments:

Generate Insert Sql from Select Statement

SELECT 'INSERT INTO ReferenceTable (ID, Name) VALUES (' +        CAST(ID AS NVARCHAR) + ', ''' + Name + ''...