SoFunction
Updated on 2025-03-11

How to build an Android environment after Google is blocked

How to build an Android environment after Google is blocked

Updated: June 5, 2014 11:26:58 Author:
Starting from May 27, almost all Google's services in China have been unusable. In addition to the blocking of search engines, Google's mailbox, calendar, translation, maps, analytics and Google AdSense have also been affected. Problems are also prone to occur when installing Android environment at the same time

Problems that are prone to installation and solutions:
1. When updating SDK, the server may not be able to be connected. You can add the hosts file under C:\WINDOWS\system32\drivers\etc at the end:
#Google Home
203.208.46.146
#This line is to facilitate opening the Android development official website. Now it seems that you can open it without surfing the wall.
74.125.113.121
#Updated content is downloaded from the following address
203.208.46.146
203.208.46.146
2. When integrating the myeclipse plug-in, offline download address: /android/ADT-22.6. (Finally, depending on the version number)

  • Android
  • environment

Related Articles

  • An example of click-changing color in Android implementation of ListView

    This article mainly introduces the relevant information about the examples of click-changing color on Android that implements ListView, and mainly implements the function of writing color-changing by Android listveiw ItemClickListener. Friends who need it can refer to it
    2017-07-07
  • Detailed explanation of the AlertDialog dialog box for prompt information control

    This article mainly introduces a detailed explanation of the use of the AlertDialog dialog box for prompt information control. Friends in need can refer to it for reference. I hope it will be helpful. I wish you more progress and an early promotion and salary increase
    2023-04-04
  • Example of simple function of using GridView and ImageViewSwitcher in Android

    This article mainly introduces the simple function examples of using GridView and ImageViewSwitcher to implement electronic albums in Android. It has certain reference value. If you need it, you can learn about it.
    2016-12-12
  • Detailed explanation of the bottom navigation bar creation of Flutter

    ConvexBottomBar is a bottom navigation bar component for displaying raised TAB effects and supports a variety of built-in styles and animation interactions. This article will use ConvexBottomBar to create a beautiful bottom navigation bar. If you are interested, you can learn it.
    2022-01-01
  • Android WebView interactively pass json string and parse method

    This article mainly introduces you to the relevant information about the interactive transmission of json strings and parsing of WebView in Android. The article introduces the example code in detail, which has certain reference learning value for Android developers. Friends who need it, please learn with the editor below.
    2018-05-05
  • Android implements desktop floating window and mask effect example code

    This article mainly introduces the relevant information on Android's desktop floating window and mask effect example code. Friends who need it can refer to it
    2016-05-05
  • TextView implements segmented display of strings of different colors in Android

    When working on a project, I encountered a line of text that has two colors. When you are a novices, you will directly think of using multiple TextViews to implement it. Therefore, the following article mainly introduces relevant information about how TextView can be used to display different color strings in segments in Android. Friends who need it can refer to it.
    2017-12-12
  • Android Camera2 enables automatic exposure function

    This article mainly introduces the automatic exposure function of Android Camera2. The sample code in the article is introduced in detail and has a certain reference value. Interested friends can refer to it.
    2022-01-01
  • Detailed explanation of how to add new resources to the Android Framework

    This article provides a detailed analysis and introduction to the method of adding new resources to the Framework on Android. For those who need it, please refer to it.
    2013-06-06
  • Android14(U) adaptation strategy

    This article mainly introduces the Android 14 (U) adaptation strategy. The example code is introduced in this article in detail, which has a certain reference learning value for everyone's study or work. Friends who need it, please learn with the editor below.
    2023-06-06

Latest Comments